Shades of Periwinkle #CCD1EA
Tints of Periwinkle #CCD1EA
RGB
CMYK
RGB Variations
Color information
#CCD1EA (or 0xCCD1EA) is known color: Periwinkle. HEX triplet: CC, D1 and EA. RGB value is (204,209,234). Sum of RGB (Red+Green+Blue) = 204+209+234=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 209 (82.03% from 255 or 32.30% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCD1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD1EA is #332E15. Grayscale: #D2D2D2. Windows color (decimal): -3354134 or 15389132. OLE color: 15389132.
HSL color Cylindrical-coordinate representation of color #CCD1EA: hue angle of 230º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCD1EA is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 209 | 234 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.08 |
| HSL | 230º | 0.42% | 0.86% | - |
| HSV(B) | 230º | 0.13% | 0.92% | - |
| XYZ | 62.55 | 64.38 | 86.97 | - |
| YUV | 210.36 | 141.34 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 234 | 0.13 | 0.11 | 0 | 0.08 | 230 | 0.42 | 0.86 |
| Hex | CC | D1 | EA | D | B | 0 | 8 | E6 | 2A | 56 |
| Octal | 314 | 321 | 352 | 15 | 13 | 0 | 10 | 346 | 52 | 126 |
| Binary | 11001100 | 11010001 | 11101010 | 1101 | 1011 | 0 | 1000 | 11100110 | 101010 | 1010110 |
Color Harmonies of #CCD1EA
Complementary color
Monochromatic Colors of #CCD1EA
Black with #CCD1EA
Text Example
Text Example
White with #CCD1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD1EA; }
p { color: rgb(204,209,234); }
H1.HeaderClassName
{
color: #CCD1EA;
}
.AnyTagClassName
{
color: #CCD1EA;
}
</style>
background-color css
<style>
a { background-color: #CCD1EA; }
a { background-color: rgb(204,209,234); }
div.DivClassName
{
background-color: #CCD1EA;
}
.BgClassName
{
background-color: #CCD1EA;
}
</style>
border-color css
<style>
span { border-color: #CCD1EA; }
span { border-color: rgb(204,209,234); }
td.TdClassName
{
border-color: #CCD1EA;
}
.TagClassName
{
border-color: #CCD1EA;
}
</style>