Shades of Periwinkle #CCD3E6
Tints of Periwinkle #CCD3E6
RGB
CMYK
RGB Variations
Color information
#CCD3E6 (or 0xCCD3E6) is known color: Periwinkle. HEX triplet: CC, D3 and E6. RGB value is (204,211,230). Sum of RGB (Red+Green+Blue) = 204+211+230=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 211 (82.81% from 255 or 32.71% from 645); Blue value is 230 (90.23% from 255 or 35.66% from 645); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCD3E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD3E6 is #332C19. Grayscale: #D2D2D2. Windows color (decimal): -3353626 or 15127500. OLE color: 15127500.
HSL color Cylindrical-coordinate representation of color #CCD3E6: hue angle of 223.85º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCD3E6 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 211 | 230 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.10 |
| HSL | 223.85º | 0.34% | 0.85% | - |
| HSV(B) | 223.85º | 0.11% | 0.9% | - |
| XYZ | 62.48 | 65.14 | 84.14 | - |
| YUV | 211.07 | 138.68 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 230 | 0.11 | 0.08 | 0 | 0.10 | 223.85 | 0.34 | 0.85 |
| Hex | CC | D3 | E6 | B | 8 | 0 | A | E0 | 22 | 55 |
| Octal | 314 | 323 | 346 | 13 | 10 | 0 | 12 | 340 | 42 | 125 |
| Binary | 11001100 | 11010011 | 11100110 | 1011 | 1000 | 0 | 1010 | 11100000 | 100010 | 1010101 |
Color Harmonies of #CCD3E6
Complementary color
Monochromatic Colors of #CCD3E6
Black with #CCD3E6
Text Example
Text Example
White with #CCD3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD3E6; }
p { color: rgb(204,211,230); }
H1.HeaderClassName
{
color: #CCD3E6;
}
.AnyTagClassName
{
color: #CCD3E6;
}
</style>
background-color css
<style>
a { background-color: #CCD3E6; }
a { background-color: rgb(204,211,230); }
div.DivClassName
{
background-color: #CCD3E6;
}
.BgClassName
{
background-color: #CCD3E6;
}
</style>
border-color css
<style>
span { border-color: #CCD3E6; }
span { border-color: rgb(204,211,230); }
td.TdClassName
{
border-color: #CCD3E6;
}
.TagClassName
{
border-color: #CCD3E6;
}
</style>