Shades of Swans Down #DEE4E0
Tints of Swans Down #DEE4E0
RGB
CMYK
RGB Variations
Color information
#DEE4E0 (or 0xDEE4E0) is known color: Swans Down. HEX triplet: DE, E4 and E0. RGB value is (222,228,224). Sum of RGB (Red+Green+Blue) = 222+228+224=674 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.94% from 674); Green value is 228 (89.45% from 255 or 33.83% from 674); Blue value is 224 (87.89% from 255 or 33.23% from 674); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE4E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE4E0 is #211B1F. Grayscale: #E1E1E1. Windows color (decimal): -2169632 or 14738654. OLE color: 14738654.
HSL color Cylindrical-coordinate representation of color #DEE4E0: hue angle of 140º degrees, saturation: 0.1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEE4E0 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 224 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.11 |
| HSL | 140º | 0.1% | 0.88% | - |
| HSV(B) | 140º | 0.03% | 0.89% | - |
| XYZ | 71.32 | 76.4 | 81.51 | - |
| YUV | 225.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 224 | 0.03 | 0 | 0.02 | 0.11 | 140 | 0.1 | 0.88 |
| Hex | DE | E4 | E0 | 3 | 0 | 2 | B | 8C | A | 58 |
| Octal | 336 | 344 | 340 | 3 | 0 | 2 | 13 | 214 | 12 | 130 |
| Binary | 11011110 | 11100100 | 11100000 | 11 | 0 | 10 | 1011 | 10001100 | 1010 | 1011000 |
Color Harmonies of #DEE4E0
Complementary color
Monochromatic Colors of #DEE4E0
Black with #DEE4E0
Text Example
Text Example
White with #DEE4E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE4E0; }
p { color: rgb(222,228,224); }
H1.HeaderClassName
{
color: #DEE4E0;
}
.AnyTagClassName
{
color: #DEE4E0;
}
</style>
background-color css
<style>
a { background-color: #DEE4E0; }
a { background-color: rgb(222,228,224); }
div.DivClassName
{
background-color: #DEE4E0;
}
.BgClassName
{
background-color: #DEE4E0;
}
</style>
border-color css
<style>
span { border-color: #DEE4E0; }
span { border-color: rgb(222,228,224); }
td.TdClassName
{
border-color: #DEE4E0;
}
.TagClassName
{
border-color: #DEE4E0;
}
</style>