Shades of Swans Down #DEE2DF
Tints of Swans Down #DEE2DF
RGB
CMYK
RGB Variations
Color information
#DEE2DF (or 0xDEE2DF) is known color: Swans Down. HEX triplet: DE, E2 and DF. RGB value is (222,226,223). Sum of RGB (Red+Green+Blue) = 222+226+223=671 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.08% from 671); Green value is 226 (88.67% from 255 or 33.68% from 671); Blue value is 223 (87.5% from 255 or 33.23% from 671); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE2DF is #211D20. Grayscale: #E0E0E0. Windows color (decimal): -2170145 or 14672606. OLE color: 14672606.
HSL color Cylindrical-coordinate representation of color #DEE2DF: hue angle of 135º degrees, saturation: 0.06, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DEE2DF is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
RGB | 222 | 226 | 223 | - |
CMYK | 0.02 | 0 | 0.01 | 0.11 |
HSL | 135º | 0.06% | 0.88% | - |
HSV(B) | 135º | 0.02% | 0.89% | - |
XYZ | 70.64 | 75.25 | 80.61 | - |
YUV | 224.46 | 127.17 | 126.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 226 | 223 | 0.02 | 0 | 0.01 | 0.11 | 135 | 0.06 | 0.88 |
Hex | DE | E2 | DF | 2 | 0 | 1 | B | 87 | 6 | 58 |
Octal | 336 | 342 | 337 | 2 | 0 | 1 | 13 | 207 | 6 | 130 |
Binary | 11011110 | 11100010 | 11011111 | 10 | 0 | 1 | 1011 | 10000111 | 110 | 1011000 |
Color Harmonies of #DEE2DF
Complementary color
Monochromatic Colors of #DEE2DF
Black with #DEE2DF
Text Example
Text Example
White with #DEE2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE2DF; }
p { color: rgb(222,226,223); }
H1.HeaderClassName
{
color: #DEE2DF;
}
.AnyTagClassName
{
color: #DEE2DF;
}
</style>
background-color css
<style>
a { background-color: #DEE2DF; }
a { background-color: rgb(222,226,223); }
div.DivClassName
{
background-color: #DEE2DF;
}
.BgClassName
{
background-color: #DEE2DF;
}
</style>
border-color css
<style>
span { border-color: #DEE2DF; }
span { border-color: rgb(222,226,223); }
td.TdClassName
{
border-color: #DEE2DF;
}
.TagClassName
{
border-color: #DEE2DF;
}
</style>