color details

Color Details
#cdc5ff Color Hex

#cdc5ff color RGB value is (12, 220, 95).
#cdc5ff hex color red value is 12, green value is 220, and blue value is 95.
Cylindrical-coordinate representations (HSL) of color #cdc5ff hue: 143.94, saturation: 0.9 and lightness: 0.45.

The process color (four-color CMYK) of #cdc5ff color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #cdc5ff is #ff9999. Color #cdc5ff contains mainly RED.

Color Spaces
Color spaces of #cdc5ffValue
RGB205, 197, 255
HSL0.69, 1, 0.89
HSV248°, 23°, 100°
XYZ63.19, 60.13, 102.87
Base Numbers
Base Red Green Blue
Binary 11001101 11000101 11111111
Octal 315 305 377
Decimal 205 197 255
Hex CD C5 FF

RGB Percentages for Color #cdc5ff

31.2%
29.98%
38.81%

CMYK Percentages of the Color #cdc5ff

19.61%
22.75%
CSS Codes for Color #cdc5ff
.mybgColor {background-color: #cdc5ff;}
.myforeColor {color: #cdc5ff;}
.myborderColor {border:3px solid #cdc5ff;}
Text Font Color #cdc5ff

<p style="color:#cdc5ff">Text here</p>

This sample text is styled with the font color #cdc5ff. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #cdc5ff

<div style="background-color:#cdc5ff">Div content here</div>

The background color of this div is #cdc5ff
Border Color #cdc5ff

<div style="border:3px solid #cdc5ff">Div here</div>

The border color of this div is #cdc5ff
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(205, 197, 255, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #cdc5ff;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #cdc5ff;
-webkit-box-shadow: 1px 1px 3px #cdc5ff;
box-shadow: 1px 1px 3px #cdc5ff;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205, 197, 255, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #cdc5ff;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #cdc5ff; -webkit-box-shadow: 1px 1px 3px #cdc5ff; box-shadow: 1px 1px 3px #cdc5ff;">Div content here</div>

This div box has a shadow with a specified color. #cdc5ff

Scroll to Top