Shades of Periwinkle #CED1DF
Tints of Periwinkle #CED1DF
RGB
CMYK
RGB Variations
Color information
#CED1DF (or 0xCED1DF) is known color: Periwinkle. HEX triplet: CE, D1 and DF. RGB value is (206,209,223). Sum of RGB (Red+Green+Blue) = 206+209+223=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 209 (82.03% from 255 or 32.76% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 223 - color contains mainly: blue. Hex color #CED1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED1DF is #312E20. Grayscale: #D1D1D1. Windows color (decimal): -3223073 or 14668238. OLE color: 14668238.
HSL color Cylindrical-coordinate representation of color #CED1DF: hue angle of 229.41º 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 #CED1DF is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 209 | 223 | - |
CMYK | 0.08 | 0.06 | 0 | 0.13 |
HSL | 229.41º | 0.21% | 0.84% | - |
HSV(B) | 229.41º | 0.08% | 0.87% | - |
XYZ | 61.57 | 64.05 | 78.93 | - |
YUV | 209.7 | 135.51 | 125.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 209 | 223 | 0.08 | 0.06 | 0 | 0.13 | 229.41 | 0.21 | 0.84 |
Hex | CE | D1 | DF | 8 | 6 | 0 | D | E5 | 15 | 54 |
Octal | 316 | 321 | 337 | 10 | 6 | 0 | 15 | 345 | 25 | 124 |
Binary | 11001110 | 11010001 | 11011111 | 1000 | 110 | 0 | 1101 | 11100101 | 10101 | 1010100 |
Color Harmonies of #CED1DF
Complementary color
Monochromatic Colors of #CED1DF
Black with #CED1DF
Text Example
Text Example
White with #CED1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED1DF; }
p { color: rgb(206,209,223); }
H1.HeaderClassName
{
color: #CED1DF;
}
.AnyTagClassName
{
color: #CED1DF;
}
</style>
background-color css
<style>
a { background-color: #CED1DF; }
a { background-color: rgb(206,209,223); }
div.DivClassName
{
background-color: #CED1DF;
}
.BgClassName
{
background-color: #CED1DF;
}
</style>
border-color css
<style>
span { border-color: #CED1DF; }
span { border-color: rgb(206,209,223); }
td.TdClassName
{
border-color: #CED1DF;
}
.TagClassName
{
border-color: #CED1DF;
}
</style>