Shades of Swans Down #DAE5DD
Tints of Swans Down #DAE5DD
RGB
CMYK
RGB Variations
Color information
#DAE5DD (or 0xDAE5DD) is known color: Swans Down. HEX triplet: DA, E5 and DD. RGB value is (218,229,221). Sum of RGB (Red+Green+Blue) = 218+229+221=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 229 (89.84% from 255 or 34.28% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE5DD is #251A22. Grayscale: #E0E0E0. Windows color (decimal): -2431523 or 14542298. OLE color: 14542298.
HSL color Cylindrical-coordinate representation of color #DAE5DD: hue angle of 136.36º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DAE5DD is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
RGB | 218 | 229 | 221 | - |
CMYK | 0.05 | 0 | 0.03 | 0.10 |
HSL | 136.36º | 0.17% | 0.88% | - |
HSV(B) | 136.36º | 0.05% | 0.9% | - |
XYZ | 69.98 | 76.16 | 79.42 | - |
YUV | 224.8 | 125.86 | 123.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 229 | 221 | 0.05 | 0 | 0.03 | 0.10 | 136.36 | 0.17 | 0.88 |
Hex | DA | E5 | DD | 5 | 0 | 3 | A | 88 | 11 | 58 |
Octal | 332 | 345 | 335 | 5 | 0 | 3 | 12 | 210 | 21 | 130 |
Binary | 11011010 | 11100101 | 11011101 | 101 | 0 | 11 | 1010 | 10001000 | 10001 | 1011000 |
Color Harmonies of #DAE5DD
Complementary color
Monochromatic Colors of #DAE5DD
Black with #DAE5DD
Text Example
Text Example
White with #DAE5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE5DD; }
p { color: rgb(218,229,221); }
H1.HeaderClassName
{
color: #DAE5DD;
}
.AnyTagClassName
{
color: #DAE5DD;
}
</style>
background-color css
<style>
a { background-color: #DAE5DD; }
a { background-color: rgb(218,229,221); }
div.DivClassName
{
background-color: #DAE5DD;
}
.BgClassName
{
background-color: #DAE5DD;
}
</style>
border-color css
<style>
span { border-color: #DAE5DD; }
span { border-color: rgb(218,229,221); }
td.TdClassName
{
border-color: #DAE5DD;
}
.TagClassName
{
border-color: #DAE5DD;
}
</style>