Shades of Periwinkle #CED2E6
Tints of Periwinkle #CED2E6
RGB
CMYK
RGB Variations
Color information
#CED2E6 (or 0xCED2E6) is known color: Periwinkle. HEX triplet: CE, D2 and E6. RGB value is (206,210,230). Sum of RGB (Red+Green+Blue) = 206+210+230=646 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.89% from 646); Green value is 210 (82.42% from 255 or 32.51% from 646); Blue value is 230 (90.23% from 255 or 35.60% from 646); Max value from RGB is 230 - color contains mainly: blue. Hex color #CED2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED2E6 is #312D19. Grayscale: #D3D3D3. Windows color (decimal): -3222810 or 15127246. OLE color: 15127246.
HSL color Cylindrical-coordinate representation of color #CED2E6: hue angle of 230º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CED2E6 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 210 | 230 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.10 |
| HSL | 230º | 0.32% | 0.85% | - |
| HSV(B) | 230º | 0.1% | 0.9% | - |
| XYZ | 62.78 | 64.93 | 84.09 | - |
| YUV | 211.08 | 138.67 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 230 | 0.10 | 0.09 | 0 | 0.10 | 230 | 0.32 | 0.85 |
| Hex | CE | D2 | E6 | A | 9 | 0 | A | E6 | 20 | 55 |
| Octal | 316 | 322 | 346 | 12 | 11 | 0 | 12 | 346 | 40 | 125 |
| Binary | 11001110 | 11010010 | 11100110 | 1010 | 1001 | 0 | 1010 | 11100110 | 100000 | 1010101 |
Color Harmonies of #CED2E6
Complementary color
Monochromatic Colors of #CED2E6
Black with #CED2E6
Text Example
Text Example
White with #CED2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED2E6; }
p { color: rgb(206,210,230); }
H1.HeaderClassName
{
color: #CED2E6;
}
.AnyTagClassName
{
color: #CED2E6;
}
</style>
background-color css
<style>
a { background-color: #CED2E6; }
a { background-color: rgb(206,210,230); }
div.DivClassName
{
background-color: #CED2E6;
}
.BgClassName
{
background-color: #CED2E6;
}
</style>
border-color css
<style>
span { border-color: #CED2E6; }
span { border-color: rgb(206,210,230); }
td.TdClassName
{
border-color: #CED2E6;
}
.TagClassName
{
border-color: #CED2E6;
}
</style>