Shades of Periwinkle #CCD1E5
Tints of Periwinkle #CCD1E5
RGB
CMYK
RGB Variations
Color information
#CCD1E5 (or 0xCCD1E5) is known color: Periwinkle. HEX triplet: CC, D1 and E5. RGB value is (204,209,229). Sum of RGB (Red+Green+Blue) = 204+209+229=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 209 (82.03% from 255 or 32.55% from 642); Blue value is 229 (89.84% from 255 or 35.67% from 642); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCD1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD1E5 is #332E1A. Grayscale: #D1D1D1. Windows color (decimal): -3354139 or 15061452. OLE color: 15061452.
HSL color Cylindrical-coordinate representation of color #CCD1E5: hue angle of 228º degrees, saturation: 0.32, 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 #CCD1E5 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 209 | 229 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.10 |
| HSL | 228º | 0.32% | 0.85% | - |
| HSV(B) | 228º | 0.11% | 0.9% | - |
| XYZ | 61.85 | 64.1 | 83.24 | - |
| YUV | 209.79 | 138.84 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 229 | 0.11 | 0.09 | 0 | 0.10 | 228 | 0.32 | 0.85 |
| Hex | CC | D1 | E5 | B | 9 | 0 | A | E4 | 20 | 55 |
| Octal | 314 | 321 | 345 | 13 | 11 | 0 | 12 | 344 | 40 | 125 |
| Binary | 11001100 | 11010001 | 11100101 | 1011 | 1001 | 0 | 1010 | 11100100 | 100000 | 1010101 |
Color Harmonies of #CCD1E5
Complementary color
Monochromatic Colors of #CCD1E5
Black with #CCD1E5
Text Example
Text Example
White with #CCD1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD1E5; }
p { color: rgb(204,209,229); }
H1.HeaderClassName
{
color: #CCD1E5;
}
.AnyTagClassName
{
color: #CCD1E5;
}
</style>
background-color css
<style>
a { background-color: #CCD1E5; }
a { background-color: rgb(204,209,229); }
div.DivClassName
{
background-color: #CCD1E5;
}
.BgClassName
{
background-color: #CCD1E5;
}
</style>
border-color css
<style>
span { border-color: #CCD1E5; }
span { border-color: rgb(204,209,229); }
td.TdClassName
{
border-color: #CCD1E5;
}
.TagClassName
{
border-color: #CCD1E5;
}
</style>