Shades of Periwinkle #CED2E0
Tints of Periwinkle #CED2E0
RGB
CMYK
RGB Variations
Color information
#CED2E0 (or 0xCED2E0) is known color: Periwinkle. HEX triplet: CE, D2 and E0. RGB value is (206,210,224). Sum of RGB (Red+Green+Blue) = 206+210+224=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 210 (82.42% from 255 or 32.81% from 640); Blue value is 224 (87.89% from 255 or 35% from 640); Max value from RGB is 224 - color contains mainly: blue. Hex color #CED2E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED2E0 is #312D1F. Grayscale: #D2D2D2. Windows color (decimal): -3222816 or 14734030. OLE color: 14734030.
HSL color Cylindrical-coordinate representation of color #CED2E0: hue angle of 226.67º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CED2E0 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 210 | 224 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.12 |
| HSL | 226.67º | 0.23% | 0.84% | - |
| HSV(B) | 226.67º | 0.08% | 0.88% | - |
| XYZ | 61.95 | 64.6 | 79.72 | - |
| YUV | 210.4 | 135.67 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 224 | 0.08 | 0.06 | 0 | 0.12 | 226.67 | 0.23 | 0.84 |
| Hex | CE | D2 | E0 | 8 | 6 | 0 | C | E3 | 16 | 54 |
| Octal | 316 | 322 | 340 | 10 | 6 | 0 | 14 | 343 | 26 | 124 |
| Binary | 11001110 | 11010010 | 11100000 | 1000 | 110 | 0 | 1100 | 11100011 | 10110 | 1010100 |
Color Harmonies of #CED2E0
Complementary color
Monochromatic Colors of #CED2E0
Black with #CED2E0
Text Example
Text Example
White with #CED2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED2E0; }
p { color: rgb(206,210,224); }
H1.HeaderClassName
{
color: #CED2E0;
}
.AnyTagClassName
{
color: #CED2E0;
}
</style>
background-color css
<style>
a { background-color: #CED2E0; }
a { background-color: rgb(206,210,224); }
div.DivClassName
{
background-color: #CED2E0;
}
.BgClassName
{
background-color: #CED2E0;
}
</style>
border-color css
<style>
span { border-color: #CED2E0; }
span { border-color: rgb(206,210,224); }
td.TdClassName
{
border-color: #CED2E0;
}
.TagClassName
{
border-color: #CED2E0;
}
</style>