Shades of Periwinkle #CED1E8
Tints of Periwinkle #CED1E8
RGB
CMYK
RGB Variations
Color information
#CED1E8 (or 0xCED1E8) is known color: Periwinkle. HEX triplet: CE, D1 and E8. RGB value is (206,209,232). Sum of RGB (Red+Green+Blue) = 206+209+232=647 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.84% from 647); Green value is 209 (82.03% from 255 or 32.30% from 647); Blue value is 232 (91.02% from 255 or 35.86% from 647); Max value from RGB is 232 - color contains mainly: blue. Hex color #CED1E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED1E8 is #312E17. Grayscale: #D2D2D2. Windows color (decimal): -3223064 or 15258062. OLE color: 15258062.
HSL color Cylindrical-coordinate representation of color #CED1E8: hue angle of 233.08º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CED1E8 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 209 | 232 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.09 |
| HSL | 233.08º | 0.36% | 0.86% | - |
| HSV(B) | 233.08º | 0.11% | 0.91% | - |
| XYZ | 62.82 | 64.55 | 85.49 | - |
| YUV | 210.73 | 140.01 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 232 | 0.11 | 0.10 | 0 | 0.09 | 233.08 | 0.36 | 0.86 |
| Hex | CE | D1 | E8 | B | A | 0 | 9 | E9 | 24 | 56 |
| Octal | 316 | 321 | 350 | 13 | 12 | 0 | 11 | 351 | 44 | 126 |
| Binary | 11001110 | 11010001 | 11101000 | 1011 | 1010 | 0 | 1001 | 11101001 | 100100 | 1010110 |
Color Harmonies of #CED1E8
Complementary color
Monochromatic Colors of #CED1E8
Black with #CED1E8
Text Example
Text Example
White with #CED1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED1E8; }
p { color: rgb(206,209,232); }
H1.HeaderClassName
{
color: #CED1E8;
}
.AnyTagClassName
{
color: #CED1E8;
}
</style>
background-color css
<style>
a { background-color: #CED1E8; }
a { background-color: rgb(206,209,232); }
div.DivClassName
{
background-color: #CED1E8;
}
.BgClassName
{
background-color: #CED1E8;
}
</style>
border-color css
<style>
span { border-color: #CED1E8; }
span { border-color: rgb(206,209,232); }
td.TdClassName
{
border-color: #CED1E8;
}
.TagClassName
{
border-color: #CED1E8;
}
</style>