Shades of Periwinkle #CCD3E2
Tints of Periwinkle #CCD3E2
RGB
CMYK
RGB Variations
Color information
#CCD3E2 (or 0xCCD3E2) is known color: Periwinkle. HEX triplet: CC, D3 and E2. RGB value is (204,211,226). Sum of RGB (Red+Green+Blue) = 204+211+226=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 211 (82.81% from 255 or 32.92% from 641); Blue value is 226 (88.67% from 255 or 35.26% from 641); Max value from RGB is 226 - color contains mainly: blue. Hex color #CCD3E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD3E2 is #332C1D. Grayscale: #D2D2D2. Windows color (decimal): -3353630 or 14865356. OLE color: 14865356.
HSL color Cylindrical-coordinate representation of color #CCD3E2: hue angle of 220.91º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCD3E2 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 204 | 211 | 226 | - |
CMYK | 0.10 | 0.07 | 0 | 0.11 |
HSL | 220.91º | 0.28% | 0.84% | - |
HSV(B) | 220.91º | 0.1% | 0.89% | - |
XYZ | 61.92 | 64.92 | 81.22 | - |
YUV | 210.62 | 136.68 | 123.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 211 | 226 | 0.10 | 0.07 | 0 | 0.11 | 220.91 | 0.28 | 0.84 |
Hex | CC | D3 | E2 | A | 7 | 0 | B | DD | 1C | 54 |
Octal | 314 | 323 | 342 | 12 | 7 | 0 | 13 | 335 | 34 | 124 |
Binary | 11001100 | 11010011 | 11100010 | 1010 | 111 | 0 | 1011 | 11011101 | 11100 | 1010100 |
Color Harmonies of #CCD3E2
Complementary color
Monochromatic Colors of #CCD3E2
Black with #CCD3E2
Text Example
Text Example
White with #CCD3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD3E2; }
p { color: rgb(204,211,226); }
H1.HeaderClassName
{
color: #CCD3E2;
}
.AnyTagClassName
{
color: #CCD3E2;
}
</style>
background-color css
<style>
a { background-color: #CCD3E2; }
a { background-color: rgb(204,211,226); }
div.DivClassName
{
background-color: #CCD3E2;
}
.BgClassName
{
background-color: #CCD3E2;
}
</style>
border-color css
<style>
span { border-color: #CCD3E2; }
span { border-color: rgb(204,211,226); }
td.TdClassName
{
border-color: #CCD3E2;
}
.TagClassName
{
border-color: #CCD3E2;
}
</style>