Shades of Swans Down #DAE3DD
Tints of Swans Down #DAE3DD
RGB
CMYK
RGB Variations
Color information
#DAE3DD (or 0xDAE3DD) is known color: Swans Down. HEX triplet: DA, E3 and DD. RGB value is (218,227,221). Sum of RGB (Red+Green+Blue) = 218+227+221=666 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.73% from 666); Green value is 227 (89.06% from 255 or 34.08% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE3DD is #251C22. Grayscale: #DFDFDF. Windows color (decimal): -2432035 or 14541786. OLE color: 14541786.
HSL color Cylindrical-coordinate representation of color #DAE3DD: hue angle of 140º degrees, saturation: 0.14, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DAE3DD is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 221 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.11 |
| HSL | 140º | 0.14% | 0.87% | - |
| HSV(B) | 140º | 0.04% | 0.89% | - |
| XYZ | 69.43 | 75.06 | 79.24 | - |
| YUV | 223.63 | 126.52 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 221 | 0.04 | 0 | 0.03 | 0.11 | 140 | 0.14 | 0.87 |
| Hex | DA | E3 | DD | 4 | 0 | 3 | B | 8C | E | 57 |
| Octal | 332 | 343 | 335 | 4 | 0 | 3 | 13 | 214 | 16 | 127 |
| Binary | 11011010 | 11100011 | 11011101 | 100 | 0 | 11 | 1011 | 10001100 | 1110 | 1010111 |
Color Harmonies of #DAE3DD
Complementary color
Monochromatic Colors of #DAE3DD
Black with #DAE3DD
Text Example
Text Example
White with #DAE3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE3DD; }
p { color: rgb(218,227,221); }
H1.HeaderClassName
{
color: #DAE3DD;
}
.AnyTagClassName
{
color: #DAE3DD;
}
</style>
background-color css
<style>
a { background-color: #DAE3DD; }
a { background-color: rgb(218,227,221); }
div.DivClassName
{
background-color: #DAE3DD;
}
.BgClassName
{
background-color: #DAE3DD;
}
</style>
border-color css
<style>
span { border-color: #DAE3DD; }
span { border-color: rgb(218,227,221); }
td.TdClassName
{
border-color: #DAE3DD;
}
.TagClassName
{
border-color: #DAE3DD;
}
</style>