Shades of Periwinkle #CED0DF
Tints of Periwinkle #CED0DF
RGB
CMYK
RGB Variations
Color information
#CED0DF (or 0xCED0DF) is known color: Periwinkle. HEX triplet: CE, D0 and DF. RGB value is (206,208,223). Sum of RGB (Red+Green+Blue) = 206+208+223=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 208 (81.64% from 255 or 32.65% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 223 - color contains mainly: blue. Hex color #CED0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED0DF is #312F20. Grayscale: #D1D1D1. Windows color (decimal): -3223329 or 14667982. OLE color: 14667982.
HSL color Cylindrical-coordinate representation of color #CED0DF: hue angle of 232.94º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CED0DF is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 208 | 223 | - |
CMYK | 0.08 | 0.07 | 0 | 0.13 |
HSL | 232.94º | 0.21% | 0.84% | - |
HSV(B) | 232.94º | 0.08% | 0.87% | - |
XYZ | 61.33 | 63.56 | 78.85 | - |
YUV | 209.11 | 135.84 | 125.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 208 | 223 | 0.08 | 0.07 | 0 | 0.13 | 232.94 | 0.21 | 0.84 |
Hex | CE | D0 | DF | 8 | 7 | 0 | D | E9 | 15 | 54 |
Octal | 316 | 320 | 337 | 10 | 7 | 0 | 15 | 351 | 25 | 124 |
Binary | 11001110 | 11010000 | 11011111 | 1000 | 111 | 0 | 1101 | 11101001 | 10101 | 1010100 |
Color Harmonies of #CED0DF
Complementary color
Monochromatic Colors of #CED0DF
Black with #CED0DF
Text Example
Text Example
White with #CED0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED0DF; }
p { color: rgb(206,208,223); }
H1.HeaderClassName
{
color: #CED0DF;
}
.AnyTagClassName
{
color: #CED0DF;
}
</style>
background-color css
<style>
a { background-color: #CED0DF; }
a { background-color: rgb(206,208,223); }
div.DivClassName
{
background-color: #CED0DF;
}
.BgClassName
{
background-color: #CED0DF;
}
</style>
border-color css
<style>
span { border-color: #CED0DF; }
span { border-color: rgb(206,208,223); }
td.TdClassName
{
border-color: #CED0DF;
}
.TagClassName
{
border-color: #CED0DF;
}
</style>