Shades of Periwinkle #CCD0E5
Tints of Periwinkle #CCD0E5
RGB
CMYK
RGB Variations
Color information
#CCD0E5 (or 0xCCD0E5) is known color: Periwinkle. HEX triplet: CC, D0 and E5. RGB value is (204,208,229). Sum of RGB (Red+Green+Blue) = 204+208+229=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 208 (81.64% from 255 or 32.45% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCD0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD0E5 is #332F1A. Grayscale: #D1D1D1. Windows color (decimal): -3354395 or 15061196. OLE color: 15061196.
HSL color Cylindrical-coordinate representation of color #CCD0E5: hue angle of 230.4º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCD0E5 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 204 | 208 | 229 | - |
CMYK | 0.11 | 0.09 | 0 | 0.10 |
HSL | 230.4º | 0.32% | 0.85% | - |
HSV(B) | 230.4º | 0.11% | 0.9% | - |
XYZ | 61.6 | 63.61 | 83.16 | - |
YUV | 209.2 | 139.17 | 124.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 208 | 229 | 0.11 | 0.09 | 0 | 0.10 | 230.4 | 0.32 | 0.85 |
Hex | CC | D0 | E5 | B | 9 | 0 | A | E6 | 20 | 55 |
Octal | 314 | 320 | 345 | 13 | 11 | 0 | 12 | 346 | 40 | 125 |
Binary | 11001100 | 11010000 | 11100101 | 1011 | 1001 | 0 | 1010 | 11100110 | 100000 | 1010101 |
Color Harmonies of #CCD0E5
Complementary color
Monochromatic Colors of #CCD0E5
Black with #CCD0E5
Text Example
Text Example
White with #CCD0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD0E5; }
p { color: rgb(204,208,229); }
H1.HeaderClassName
{
color: #CCD0E5;
}
.AnyTagClassName
{
color: #CCD0E5;
}
</style>
background-color css
<style>
a { background-color: #CCD0E5; }
a { background-color: rgb(204,208,229); }
div.DivClassName
{
background-color: #CCD0E5;
}
.BgClassName
{
background-color: #CCD0E5;
}
</style>
border-color css
<style>
span { border-color: #CCD0E5; }
span { border-color: rgb(204,208,229); }
td.TdClassName
{
border-color: #CCD0E5;
}
.TagClassName
{
border-color: #CCD0E5;
}
</style>