Shades of Periwinkle #CED1E2
Tints of Periwinkle #CED1E2
RGB
CMYK
RGB Variations
Color information
#CED1E2 (or 0xCED1E2) is known color: Periwinkle. HEX triplet: CE, D1 and E2. RGB value is (206,209,226). Sum of RGB (Red+Green+Blue) = 206+209+226=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 209 (82.03% from 255 or 32.61% from 641); Blue value is 226 (88.67% from 255 or 35.26% from 641); Max value from RGB is 226 - color contains mainly: blue. Hex color #CED1E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED1E2 is #312E1D. Grayscale: #D1D1D1. Windows color (decimal): -3223070 or 14864846. OLE color: 14864846.
HSL color Cylindrical-coordinate representation of color #CED1E2: hue angle of 231º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CED1E2 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 209 | 226 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.11 |
| HSL | 231º | 0.26% | 0.85% | - |
| HSV(B) | 231º | 0.09% | 0.89% | - |
| XYZ | 61.98 | 64.21 | 81.08 | - |
| YUV | 210.04 | 137.01 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 226 | 0.09 | 0.08 | 0 | 0.11 | 231 | 0.26 | 0.85 |
| Hex | CE | D1 | E2 | 9 | 8 | 0 | B | E7 | 1A | 55 |
| Octal | 316 | 321 | 342 | 11 | 10 | 0 | 13 | 347 | 32 | 125 |
| Binary | 11001110 | 11010001 | 11100010 | 1001 | 1000 | 0 | 1011 | 11100111 | 11010 | 1010101 |
Color Harmonies of #CED1E2
Complementary color
Monochromatic Colors of #CED1E2
Black with #CED1E2
Text Example
Text Example
White with #CED1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED1E2; }
p { color: rgb(206,209,226); }
H1.HeaderClassName
{
color: #CED1E2;
}
.AnyTagClassName
{
color: #CED1E2;
}
</style>
background-color css
<style>
a { background-color: #CED1E2; }
a { background-color: rgb(206,209,226); }
div.DivClassName
{
background-color: #CED1E2;
}
.BgClassName
{
background-color: #CED1E2;
}
</style>
border-color css
<style>
span { border-color: #CED1E2; }
span { border-color: rgb(206,209,226); }
td.TdClassName
{
border-color: #CED1E2;
}
.TagClassName
{
border-color: #CED1E2;
}
</style>