Shades of Periwinkle #CCCEDC
Tints of Periwinkle #CCCEDC
RGB
CMYK
RGB Variations
Color information
#CCCEDC (or 0xCCCEDC) is known color: Periwinkle. HEX triplet: CC, CE and DC. RGB value is (204,206,220). Sum of RGB (Red+Green+Blue) = 204+206+220=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCCEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCEDC is #333123. Grayscale: #CECECE. Windows color (decimal): -3354916 or 14470860. OLE color: 14470860.
HSL color Cylindrical-coordinate representation of color #CCCEDC: hue angle of 232.5º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCCEDC is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 206 | 220 | - |
CMYK | 0.07 | 0.06 | 0 | 0.14 |
HSL | 232.5º | 0.19% | 0.83% | - |
HSV(B) | 232.5º | 0.07% | 0.86% | - |
XYZ | 59.89 | 62.15 | 76.55 | - |
YUV | 207 | 135.34 | 125.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 206 | 220 | 0.07 | 0.06 | 0 | 0.14 | 232.5 | 0.19 | 0.83 |
Hex | CC | CE | DC | 7 | 6 | 0 | E | E8 | 13 | 53 |
Octal | 314 | 316 | 334 | 7 | 6 | 0 | 16 | 350 | 23 | 123 |
Binary | 11001100 | 11001110 | 11011100 | 111 | 110 | 0 | 1110 | 11101000 | 10011 | 1010011 |
Color Harmonies of #CCCEDC
Complementary color
Monochromatic Colors of #CCCEDC
Black with #CCCEDC
Text Example
Text Example
White with #CCCEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEDC; }
p { color: rgb(204,206,220); }
H1.HeaderClassName
{
color: #CCCEDC;
}
.AnyTagClassName
{
color: #CCCEDC;
}
</style>
background-color css
<style>
a { background-color: #CCCEDC; }
a { background-color: rgb(204,206,220); }
div.DivClassName
{
background-color: #CCCEDC;
}
.BgClassName
{
background-color: #CCCEDC;
}
</style>
border-color css
<style>
span { border-color: #CCCEDC; }
span { border-color: rgb(204,206,220); }
td.TdClassName
{
border-color: #CCCEDC;
}
.TagClassName
{
border-color: #CCCEDC;
}
</style>