Shades of Periwinkle #CCD0EC
Tints of Periwinkle #CCD0EC
RGB
CMYK
RGB Variations
Color information
#CCD0EC (or 0xCCD0EC) is known color: Periwinkle. HEX triplet: CC, D0 and EC. RGB value is (204,208,236). Sum of RGB (Red+Green+Blue) = 204+208+236=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 208 (81.64% from 255 or 32.10% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCD0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD0EC is #332F13. Grayscale: #D1D1D1. Windows color (decimal): -3354388 or 15519948. OLE color: 15519948.
HSL color Cylindrical-coordinate representation of color #CCD0EC: hue angle of 232.5º degrees, saturation: 0.46, 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 #CCD0EC is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 208 | 236 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.07 |
| HSL | 232.5º | 0.46% | 0.86% | - |
| HSV(B) | 232.5º | 0.14% | 0.93% | - |
| XYZ | 62.6 | 64.01 | 88.41 | - |
| YUV | 210 | 142.67 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 236 | 0.14 | 0.12 | 0 | 0.07 | 232.5 | 0.46 | 0.86 |
| Hex | CC | D0 | EC | E | C | 0 | 7 | E8 | 2E | 56 |
| Octal | 314 | 320 | 354 | 16 | 14 | 0 | 7 | 350 | 56 | 126 |
| Binary | 11001100 | 11010000 | 11101100 | 1110 | 1100 | 0 | 111 | 11101000 | 101110 | 1010110 |
Color Harmonies of #CCD0EC
Complementary color
Monochromatic Colors of #CCD0EC
Black with #CCD0EC
Text Example
Text Example
White with #CCD0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD0EC; }
p { color: rgb(204,208,236); }
H1.HeaderClassName
{
color: #CCD0EC;
}
.AnyTagClassName
{
color: #CCD0EC;
}
</style>
background-color css
<style>
a { background-color: #CCD0EC; }
a { background-color: rgb(204,208,236); }
div.DivClassName
{
background-color: #CCD0EC;
}
.BgClassName
{
background-color: #CCD0EC;
}
</style>
border-color css
<style>
span { border-color: #CCD0EC; }
span { border-color: rgb(204,208,236); }
td.TdClassName
{
border-color: #CCD0EC;
}
.TagClassName
{
border-color: #CCD0EC;
}
</style>