Shades of Periwinkle #CED1E1
Tints of Periwinkle #CED1E1
RGB
CMYK
RGB Variations
Color information
#CED1E1 (or 0xCED1E1) is known color: Periwinkle. HEX triplet: CE, D1 and E1. RGB value is (206,209,225). Sum of RGB (Red+Green+Blue) = 206+209+225=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 209 (82.03% from 255 or 32.66% from 640); Blue value is 225 (88.28% from 255 or 35.16% from 640); Max value from RGB is 225 - color contains mainly: blue. Hex color #CED1E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED1E1 is #312E1E. Grayscale: #D1D1D1. Windows color (decimal): -3223071 or 14799310. OLE color: 14799310.
HSL color Cylindrical-coordinate representation of color #CED1E1: hue angle of 230.53º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CED1E1 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 209 | 225 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.12 |
| HSL | 230.53º | 0.24% | 0.85% | - |
| HSV(B) | 230.53º | 0.08% | 0.88% | - |
| XYZ | 61.84 | 64.16 | 80.36 | - |
| YUV | 209.93 | 136.51 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 225 | 0.08 | 0.07 | 0 | 0.12 | 230.53 | 0.24 | 0.85 |
| Hex | CE | D1 | E1 | 8 | 7 | 0 | C | E7 | 18 | 55 |
| Octal | 316 | 321 | 341 | 10 | 7 | 0 | 14 | 347 | 30 | 125 |
| Binary | 11001110 | 11010001 | 11100001 | 1000 | 111 | 0 | 1100 | 11100111 | 11000 | 1010101 |
Color Harmonies of #CED1E1
Complementary color
Monochromatic Colors of #CED1E1
Black with #CED1E1
Text Example
Text Example
White with #CED1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED1E1; }
p { color: rgb(206,209,225); }
H1.HeaderClassName
{
color: #CED1E1;
}
.AnyTagClassName
{
color: #CED1E1;
}
</style>
background-color css
<style>
a { background-color: #CED1E1; }
a { background-color: rgb(206,209,225); }
div.DivClassName
{
background-color: #CED1E1;
}
.BgClassName
{
background-color: #CED1E1;
}
</style>
border-color css
<style>
span { border-color: #CED1E1; }
span { border-color: rgb(206,209,225); }
td.TdClassName
{
border-color: #CED1E1;
}
.TagClassName
{
border-color: #CED1E1;
}
</style>