Shades of Swans Down #DEEAE1
Tints of Swans Down #DEEAE1
RGB
CMYK
RGB Variations
Color information
#DEEAE1 (or 0xDEEAE1) is known color: Swans Down. HEX triplet: DE, EA and E1. RGB value is (222,234,225). Sum of RGB (Red+Green+Blue) = 222+234+225=681 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.60% from 681); Green value is 234 (91.80% from 255 or 34.36% from 681); Blue value is 225 (88.28% from 255 or 33.04% from 681); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEAE1 is #21151E. Grayscale: #E5E5E5. Windows color (decimal): -2168095 or 14805726. OLE color: 14805726.
HSL color Cylindrical-coordinate representation of color #DEEAE1: hue angle of 135º degrees, saturation: 0.22, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DEEAE1 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 234 | 225 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.08 |
| HSL | 135º | 0.22% | 0.89% | - |
| HSV(B) | 135º | 0.05% | 0.92% | - |
| XYZ | 73.14 | 79.81 | 82.78 | - |
| YUV | 229.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 225 | 0.05 | 0 | 0.04 | 0.08 | 135 | 0.22 | 0.89 |
| Hex | DE | EA | E1 | 5 | 0 | 4 | 8 | 87 | 16 | 59 |
| Octal | 336 | 352 | 341 | 5 | 0 | 4 | 10 | 207 | 26 | 131 |
| Binary | 11011110 | 11101010 | 11100001 | 101 | 0 | 100 | 1000 | 10000111 | 10110 | 1011001 |
Color Harmonies of #DEEAE1
Complementary color
Monochromatic Colors of #DEEAE1
Black with #DEEAE1
Text Example
Text Example
White with #DEEAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEAE1; }
p { color: rgb(222,234,225); }
H1.HeaderClassName
{
color: #DEEAE1;
}
.AnyTagClassName
{
color: #DEEAE1;
}
</style>
background-color css
<style>
a { background-color: #DEEAE1; }
a { background-color: rgb(222,234,225); }
div.DivClassName
{
background-color: #DEEAE1;
}
.BgClassName
{
background-color: #DEEAE1;
}
</style>
border-color css
<style>
span { border-color: #DEEAE1; }
span { border-color: rgb(222,234,225); }
td.TdClassName
{
border-color: #DEEAE1;
}
.TagClassName
{
border-color: #DEEAE1;
}
</style>