Shades of Periwinkle #CED0E2
Tints of Periwinkle #CED0E2
RGB
CMYK
RGB Variations
Color information
#CED0E2 (or 0xCED0E2) is known color: Periwinkle. HEX triplet: CE, D0 and E2. RGB value is (206,208,226). Sum of RGB (Red+Green+Blue) = 206+208+226=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 208 (81.64% from 255 or 32.5% from 640); Blue value is 226 (88.67% from 255 or 35.31% from 640); Max value from RGB is 226 - color contains mainly: blue. Hex color #CED0E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED0E2 is #312F1D. Grayscale: #D1D1D1. Windows color (decimal): -3223326 or 14864590. OLE color: 14864590.
HSL color Cylindrical-coordinate representation of color #CED0E2: hue angle of 234º 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 #CED0E2 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 206 | 208 | 226 | - |
CMYK | 0.09 | 0.08 | 0 | 0.11 |
HSL | 234º | 0.26% | 0.85% | - |
HSV(B) | 234º | 0.09% | 0.89% | - |
XYZ | 61.74 | 63.72 | 81 | - |
YUV | 209.45 | 137.34 | 125.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 208 | 226 | 0.09 | 0.08 | 0 | 0.11 | 234 | 0.26 | 0.85 |
Hex | CE | D0 | E2 | 9 | 8 | 0 | B | EA | 1A | 55 |
Octal | 316 | 320 | 342 | 11 | 10 | 0 | 13 | 352 | 32 | 125 |
Binary | 11001110 | 11010000 | 11100010 | 1001 | 1000 | 0 | 1011 | 11101010 | 11010 | 1010101 |
Color Harmonies of #CED0E2
Complementary color
Monochromatic Colors of #CED0E2
Black with #CED0E2
Text Example
Text Example
White with #CED0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED0E2; }
p { color: rgb(206,208,226); }
H1.HeaderClassName
{
color: #CED0E2;
}
.AnyTagClassName
{
color: #CED0E2;
}
</style>
background-color css
<style>
a { background-color: #CED0E2; }
a { background-color: rgb(206,208,226); }
div.DivClassName
{
background-color: #CED0E2;
}
.BgClassName
{
background-color: #CED0E2;
}
</style>
border-color css
<style>
span { border-color: #CED0E2; }
span { border-color: rgb(206,208,226); }
td.TdClassName
{
border-color: #CED0E2;
}
.TagClassName
{
border-color: #CED0E2;
}
</style>