Shades of Periwinkle #CED0DD
Tints of Periwinkle #CED0DD
RGB
CMYK
RGB Variations
Color information
#CED0DD (or 0xCED0DD) is known color: Periwinkle. HEX triplet: CE, D0 and DD. RGB value is (206,208,221). Sum of RGB (Red+Green+Blue) = 206+208+221=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 208 (81.64% from 255 or 32.76% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 221 - color contains mainly: blue. Hex color #CED0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED0DD is #312F22. Grayscale: #D0D0D0. Windows color (decimal): -3223331 or 14536910. OLE color: 14536910.
HSL color Cylindrical-coordinate representation of color #CED0DD: hue angle of 232º degrees, saturation: 0.18, 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 #CED0DD is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 208 | 221 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.13 |
| HSL | 232º | 0.18% | 0.84% | - |
| HSV(B) | 232º | 0.07% | 0.87% | - |
| XYZ | 61.06 | 63.45 | 77.44 | - |
| YUV | 208.88 | 134.84 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 221 | 0.07 | 0.06 | 0 | 0.13 | 232 | 0.18 | 0.84 |
| Hex | CE | D0 | DD | 7 | 6 | 0 | D | E8 | 12 | 54 |
| Octal | 316 | 320 | 335 | 7 | 6 | 0 | 15 | 350 | 22 | 124 |
| Binary | 11001110 | 11010000 | 11011101 | 111 | 110 | 0 | 1101 | 11101000 | 10010 | 1010100 |
Color Harmonies of #CED0DD
Complementary color
Monochromatic Colors of #CED0DD
Black with #CED0DD
Text Example
Text Example
White with #CED0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED0DD; }
p { color: rgb(206,208,221); }
H1.HeaderClassName
{
color: #CED0DD;
}
.AnyTagClassName
{
color: #CED0DD;
}
</style>
background-color css
<style>
a { background-color: #CED0DD; }
a { background-color: rgb(206,208,221); }
div.DivClassName
{
background-color: #CED0DD;
}
.BgClassName
{
background-color: #CED0DD;
}
</style>
border-color css
<style>
span { border-color: #CED0DD; }
span { border-color: rgb(206,208,221); }
td.TdClassName
{
border-color: #CED0DD;
}
.TagClassName
{
border-color: #CED0DD;
}
</style>