Shades of Periwinkle #CCCDDC
Tints of Periwinkle #CCCDDC
RGB
CMYK
RGB Variations
Color information
#CCCDDC (or 0xCCCDDC) is known color: Periwinkle. HEX triplet: CC, CD and DC. RGB value is (204,205,220). Sum of RGB (Red+Green+Blue) = 204+205+220=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCCDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDDC is #333223. Grayscale: #CECECE. Windows color (decimal): -3355172 or 14470604. OLE color: 14470604.
HSL color Cylindrical-coordinate representation of color #CCCDDC: hue angle of 236.25º 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 #CCCDDC is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 205 | 220 | - |
CMYK | 0.07 | 0.07 | 0 | 0.14 |
HSL | 236.25º | 0.19% | 0.83% | - |
HSV(B) | 236.25º | 0.07% | 0.86% | - |
XYZ | 59.65 | 61.67 | 76.47 | - |
YUV | 206.41 | 135.67 | 126.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 205 | 220 | 0.07 | 0.07 | 0 | 0.14 | 236.25 | 0.19 | 0.83 |
Hex | CC | CD | DC | 7 | 7 | 0 | E | EC | 13 | 53 |
Octal | 314 | 315 | 334 | 7 | 7 | 0 | 16 | 354 | 23 | 123 |
Binary | 11001100 | 11001101 | 11011100 | 111 | 111 | 0 | 1110 | 11101100 | 10011 | 1010011 |
Color Harmonies of #CCCDDC
Complementary color
Monochromatic Colors of #CCCDDC
Black with #CCCDDC
Text Example
Text Example
White with #CCCDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCDDC; }
p { color: rgb(204,205,220); }
H1.HeaderClassName
{
color: #CCCDDC;
}
.AnyTagClassName
{
color: #CCCDDC;
}
</style>
background-color css
<style>
a { background-color: #CCCDDC; }
a { background-color: rgb(204,205,220); }
div.DivClassName
{
background-color: #CCCDDC;
}
.BgClassName
{
background-color: #CCCDDC;
}
</style>
border-color css
<style>
span { border-color: #CCCDDC; }
span { border-color: rgb(204,205,220); }
td.TdClassName
{
border-color: #CCCDDC;
}
.TagClassName
{
border-color: #CCCDDC;
}
</style>