#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 of #cdc5ff | Value |
|---|---|
| RGB | 205, 197, 255 |
| HSL | 0.69, 1, 0.89 |
| HSV | 248°, 23°, 100° |
| XYZ | 63.19, 60.13, 102.87 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11001101 | 11000101 | 11111111 |
| Octal | 315 | 305 | 377 |
| Decimal | 205 | 197 | 255 |
| Hex | CD | C5 | FF |
Shades of #cdc5ff
Tints of #cdc5ff
.mybgColor {background-color: #cdc5ff;}
.myforeColor {color: #cdc5ff;}
.myborderColor {border:3px solid #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,
<div style="background-color:#cdc5ff">Div content here</div>
<div style="border:3px solid #cdc5ff">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(205, 197, 255, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #cdc5ff;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>
