Shades of Swans Down #DEE6E0
Tints of Swans Down #DEE6E0
RGB
CMYK
RGB Variations
Color information
#DEE6E0 (or 0xDEE6E0) is known color: Swans Down. HEX triplet: DE, E6 and E0. RGB value is (222,230,224). Sum of RGB (Red+Green+Blue) = 222+230+224=676 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.84% from 676); Green value is 230 (90.23% from 255 or 34.02% from 676); Blue value is 224 (87.89% from 255 or 33.14% from 676); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE6E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE6E0 is #21191F. Grayscale: #E2E2E2. Windows color (decimal): -2169120 or 14739166. OLE color: 14739166.
HSL color Cylindrical-coordinate representation of color #DEE6E0: hue angle of 135º degrees, saturation: 0.14, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEE6E0 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 224 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.10 |
| HSL | 135º | 0.14% | 0.89% | - |
| HSV(B) | 135º | 0.03% | 0.9% | - |
| XYZ | 71.88 | 77.51 | 81.69 | - |
| YUV | 226.92 | 126.35 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 224 | 0.03 | 0 | 0.03 | 0.10 | 135 | 0.14 | 0.89 |
| Hex | DE | E6 | E0 | 3 | 0 | 3 | A | 87 | E | 59 |
| Octal | 336 | 346 | 340 | 3 | 0 | 3 | 12 | 207 | 16 | 131 |
| Binary | 11011110 | 11100110 | 11100000 | 11 | 0 | 11 | 1010 | 10000111 | 1110 | 1011001 |
Color Harmonies of #DEE6E0
Complementary color
Monochromatic Colors of #DEE6E0
Black with #DEE6E0
Text Example
Text Example
White with #DEE6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE6E0; }
p { color: rgb(222,230,224); }
H1.HeaderClassName
{
color: #DEE6E0;
}
.AnyTagClassName
{
color: #DEE6E0;
}
</style>
background-color css
<style>
a { background-color: #DEE6E0; }
a { background-color: rgb(222,230,224); }
div.DivClassName
{
background-color: #DEE6E0;
}
.BgClassName
{
background-color: #DEE6E0;
}
</style>
border-color css
<style>
span { border-color: #DEE6E0; }
span { border-color: rgb(222,230,224); }
td.TdClassName
{
border-color: #DEE6E0;
}
.TagClassName
{
border-color: #DEE6E0;
}
</style>