Shades of Swans Down #DEE1DF
Tints of Swans Down #DEE1DF
RGB
CMYK
RGB Variations
Color information
#DEE1DF (or 0xDEE1DF) is known color: Swans Down. HEX triplet: DE, E1 and DF. RGB value is (222,225,223). Sum of RGB (Red+Green+Blue) = 222+225+223=670 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.13% from 670); Green value is 225 (88.28% from 255 or 33.58% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE1DF is #211E20. Grayscale: #DFDFDF. Windows color (decimal): -2170401 or 14672350. OLE color: 14672350.
HSL color Cylindrical-coordinate representation of color #DEE1DF: hue angle of 140º degrees, saturation: 0.05, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DEE1DF is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
RGB | 222 | 225 | 223 | - |
CMYK | 0.01 | 0 | 0.01 | 0.12 |
HSL | 140º | 0.05% | 0.88% | - |
HSV(B) | 140º | 0.01% | 0.88% | - |
XYZ | 70.37 | 74.71 | 80.52 | - |
YUV | 223.88 | 127.51 | 126.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 225 | 223 | 0.01 | 0 | 0.01 | 0.12 | 140 | 0.05 | 0.88 |
Hex | DE | E1 | DF | 1 | 0 | 1 | C | 8C | 5 | 58 |
Octal | 336 | 341 | 337 | 1 | 0 | 1 | 14 | 214 | 5 | 130 |
Binary | 11011110 | 11100001 | 11011111 | 1 | 0 | 1 | 1100 | 10001100 | 101 | 1011000 |
Color Harmonies of #DEE1DF
Complementary color
Monochromatic Colors of #DEE1DF
Black with #DEE1DF
Text Example
Text Example
White with #DEE1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE1DF; }
p { color: rgb(222,225,223); }
H1.HeaderClassName
{
color: #DEE1DF;
}
.AnyTagClassName
{
color: #DEE1DF;
}
</style>
background-color css
<style>
a { background-color: #DEE1DF; }
a { background-color: rgb(222,225,223); }
div.DivClassName
{
background-color: #DEE1DF;
}
.BgClassName
{
background-color: #DEE1DF;
}
</style>
border-color css
<style>
span { border-color: #DEE1DF; }
span { border-color: rgb(222,225,223); }
td.TdClassName
{
border-color: #DEE1DF;
}
.TagClassName
{
border-color: #DEE1DF;
}
</style>