Shades of Periwinkle #CCCDD9
Tints of Periwinkle #CCCDD9
RGB
CMYK
RGB Variations
Color information
#CCCDD9 (or 0xCCCDD9) is known color: Periwinkle. HEX triplet: CC, CD and D9. RGB value is (204,205,217). Sum of RGB (Red+Green+Blue) = 204+205+217=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 217 (85.16% from 255 or 34.66% from 626); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCCDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDD9 is #333226. Grayscale: #CECECE. Windows color (decimal): -3355175 or 14273996. OLE color: 14273996.
HSL color Cylindrical-coordinate representation of color #CCCDD9: hue angle of 235.38º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCCDD9 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 204 | 205 | 217 | - |
CMYK | 0.06 | 0.06 | 0 | 0.15 |
HSL | 235.38º | 0.15% | 0.83% | - |
HSV(B) | 235.38º | 0.06% | 0.85% | - |
XYZ | 59.26 | 61.51 | 74.4 | - |
YUV | 206.07 | 134.17 | 126.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 205 | 217 | 0.06 | 0.06 | 0 | 0.15 | 235.38 | 0.15 | 0.83 |
Hex | CC | CD | D9 | 6 | 6 | 0 | F | EB | F | 53 |
Octal | 314 | 315 | 331 | 6 | 6 | 0 | 17 | 353 | 17 | 123 |
Binary | 11001100 | 11001101 | 11011001 | 110 | 110 | 0 | 1111 | 11101011 | 1111 | 1010011 |
Color Harmonies of #CCCDD9
Complementary color
Monochromatic Colors of #CCCDD9
Black with #CCCDD9
Text Example
Text Example
White with #CCCDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCDD9; }
p { color: rgb(204,205,217); }
H1.HeaderClassName
{
color: #CCCDD9;
}
.AnyTagClassName
{
color: #CCCDD9;
}
</style>
background-color css
<style>
a { background-color: #CCCDD9; }
a { background-color: rgb(204,205,217); }
div.DivClassName
{
background-color: #CCCDD9;
}
.BgClassName
{
background-color: #CCCDD9;
}
</style>
border-color css
<style>
span { border-color: #CCCDD9; }
span { border-color: rgb(204,205,217); }
td.TdClassName
{
border-color: #CCCDD9;
}
.TagClassName
{
border-color: #CCCDD9;
}
</style>