Shades of Periwinkle #CED2DF
Tints of Periwinkle #CED2DF
RGB
CMYK
RGB Variations
Color information
#CED2DF (or 0xCED2DF) is known color: Periwinkle. HEX triplet: CE, D2 and DF. RGB value is (206,210,223). Sum of RGB (Red+Green+Blue) = 206+210+223=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 210 (82.42% from 255 or 32.86% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 223 - color contains mainly: blue. Hex color #CED2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED2DF is #312D20. Grayscale: #D2D2D2. Windows color (decimal): -3222817 or 14668494. OLE color: 14668494.
HSL color Cylindrical-coordinate representation of color #CED2DF: hue angle of 225.88º 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 #CED2DF is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 210 | 223 | - |
CMYK | 0.08 | 0.06 | 0 | 0.13 |
HSL | 225.88º | 0.21% | 0.84% | - |
HSV(B) | 225.88º | 0.08% | 0.87% | - |
XYZ | 61.82 | 64.54 | 79.01 | - |
YUV | 210.29 | 135.17 | 124.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 210 | 223 | 0.08 | 0.06 | 0 | 0.13 | 225.88 | 0.21 | 0.84 |
Hex | CE | D2 | DF | 8 | 6 | 0 | D | E2 | 15 | 54 |
Octal | 316 | 322 | 337 | 10 | 6 | 0 | 15 | 342 | 25 | 124 |
Binary | 11001110 | 11010010 | 11011111 | 1000 | 110 | 0 | 1101 | 11100010 | 10101 | 1010100 |
Color Harmonies of #CED2DF
Complementary color
Monochromatic Colors of #CED2DF
Black with #CED2DF
Text Example
Text Example
White with #CED2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED2DF; }
p { color: rgb(206,210,223); }
H1.HeaderClassName
{
color: #CED2DF;
}
.AnyTagClassName
{
color: #CED2DF;
}
</style>
background-color css
<style>
a { background-color: #CED2DF; }
a { background-color: rgb(206,210,223); }
div.DivClassName
{
background-color: #CED2DF;
}
.BgClassName
{
background-color: #CED2DF;
}
</style>
border-color css
<style>
span { border-color: #CED2DF; }
span { border-color: rgb(206,210,223); }
td.TdClassName
{
border-color: #CED2DF;
}
.TagClassName
{
border-color: #CED2DF;
}
</style>