Shades of Periwinkle #CCD0ED
Tints of Periwinkle #CCD0ED
RGB
CMYK
RGB Variations
Color information
#CCD0ED (or 0xCCD0ED) is known color: Periwinkle. HEX triplet: CC, D0 and ED. RGB value is (204,208,237). Sum of RGB (Red+Green+Blue) = 204+208+237=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 208 (81.64% from 255 or 32.05% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCD0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD0ED is #332F12. Grayscale: #D1D1D1. Windows color (decimal): -3354387 or 15585484. OLE color: 15585484.
HSL color Cylindrical-coordinate representation of color #CCD0ED: hue angle of 232.73º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCD0ED is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 208 | 237 | - |
CMYK | 0.14 | 0.12 | 0 | 0.07 |
HSL | 232.73º | 0.48% | 0.86% | - |
HSV(B) | 232.73º | 0.14% | 0.93% | - |
XYZ | 62.74 | 64.06 | 89.18 | - |
YUV | 210.11 | 143.17 | 123.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 208 | 237 | 0.14 | 0.12 | 0 | 0.07 | 232.73 | 0.48 | 0.86 |
Hex | CC | D0 | ED | E | C | 0 | 7 | E9 | 30 | 56 |
Octal | 314 | 320 | 355 | 16 | 14 | 0 | 7 | 351 | 60 | 126 |
Binary | 11001100 | 11010000 | 11101101 | 1110 | 1100 | 0 | 111 | 11101001 | 110000 | 1010110 |
Color Harmonies of #CCD0ED
Complementary color
Monochromatic Colors of #CCD0ED
Black with #CCD0ED
Text Example
Text Example
White with #CCD0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD0ED; }
p { color: rgb(204,208,237); }
H1.HeaderClassName
{
color: #CCD0ED;
}
.AnyTagClassName
{
color: #CCD0ED;
}
</style>
background-color css
<style>
a { background-color: #CCD0ED; }
a { background-color: rgb(204,208,237); }
div.DivClassName
{
background-color: #CCD0ED;
}
.BgClassName
{
background-color: #CCD0ED;
}
</style>
border-color css
<style>
span { border-color: #CCD0ED; }
span { border-color: rgb(204,208,237); }
td.TdClassName
{
border-color: #CCD0ED;
}
.TagClassName
{
border-color: #CCD0ED;
}
</style>