Shades of Periwinkle #CED1DE
Tints of Periwinkle #CED1DE
RGB
CMYK
RGB Variations
Color information
#CED1DE (or 0xCED1DE) is known color: Periwinkle. HEX triplet: CE, D1 and DE. RGB value is (206,209,222). Sum of RGB (Red+Green+Blue) = 206+209+222=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 209 (82.03% from 255 or 32.81% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 222 - color contains mainly: blue. Hex color #CED1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED1DE is #312E21. Grayscale: #D1D1D1. Windows color (decimal): -3223074 or 14602702. OLE color: 14602702.
HSL color Cylindrical-coordinate representation of color #CED1DE: hue angle of 228.75º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CED1DE is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 209 | 222 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.13 |
| HSL | 228.75º | 0.2% | 0.84% | - |
| HSV(B) | 228.75º | 0.07% | 0.87% | - |
| XYZ | 61.44 | 64 | 78.22 | - |
| YUV | 209.59 | 135.01 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 222 | 0.07 | 0.06 | 0 | 0.13 | 228.75 | 0.2 | 0.84 |
| Hex | CE | D1 | DE | 7 | 6 | 0 | D | E5 | 14 | 54 |
| Octal | 316 | 321 | 336 | 7 | 6 | 0 | 15 | 345 | 24 | 124 |
| Binary | 11001110 | 11010001 | 11011110 | 111 | 110 | 0 | 1101 | 11100101 | 10100 | 1010100 |
Color Harmonies of #CED1DE
Complementary color
Monochromatic Colors of #CED1DE
Black with #CED1DE
Text Example
Text Example
White with #CED1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED1DE; }
p { color: rgb(206,209,222); }
H1.HeaderClassName
{
color: #CED1DE;
}
.AnyTagClassName
{
color: #CED1DE;
}
</style>
background-color css
<style>
a { background-color: #CED1DE; }
a { background-color: rgb(206,209,222); }
div.DivClassName
{
background-color: #CED1DE;
}
.BgClassName
{
background-color: #CED1DE;
}
</style>
border-color css
<style>
span { border-color: #CED1DE; }
span { border-color: rgb(206,209,222); }
td.TdClassName
{
border-color: #CED1DE;
}
.TagClassName
{
border-color: #CED1DE;
}
</style>