Shades of Swans Down #DAE7DD
Tints of Swans Down #DAE7DD
RGB
CMYK
RGB Variations
Color information
#DAE7DD (or 0xDAE7DD) is known color: Swans Down. HEX triplet: DA, E7 and DD. RGB value is (218,231,221). Sum of RGB (Red+Green+Blue) = 218+231+221=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 231 (90.62% from 255 or 34.48% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE7DD is #251822. Grayscale: #E2E2E2. Windows color (decimal): -2431011 or 14542810. OLE color: 14542810.
HSL color Cylindrical-coordinate representation of color #DAE7DD: hue angle of 133.85º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DAE7DD is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
RGB | 218 | 231 | 221 | - |
CMYK | 0.06 | 0 | 0.04 | 0.09 |
HSL | 133.85º | 0.21% | 0.88% | - |
HSV(B) | 133.85º | 0.06% | 0.91% | - |
XYZ | 70.54 | 77.28 | 79.6 | - |
YUV | 225.97 | 125.19 | 122.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 231 | 221 | 0.06 | 0 | 0.04 | 0.09 | 133.85 | 0.21 | 0.88 |
Hex | DA | E7 | DD | 6 | 0 | 4 | 9 | 86 | 15 | 58 |
Octal | 332 | 347 | 335 | 6 | 0 | 4 | 11 | 206 | 25 | 130 |
Binary | 11011010 | 11100111 | 11011101 | 110 | 0 | 100 | 1001 | 10000110 | 10101 | 1011000 |
Color Harmonies of #DAE7DD
Complementary color
Monochromatic Colors of #DAE7DD
Black with #DAE7DD
Text Example
Text Example
White with #DAE7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE7DD; }
p { color: rgb(218,231,221); }
H1.HeaderClassName
{
color: #DAE7DD;
}
.AnyTagClassName
{
color: #DAE7DD;
}
</style>
background-color css
<style>
a { background-color: #DAE7DD; }
a { background-color: rgb(218,231,221); }
div.DivClassName
{
background-color: #DAE7DD;
}
.BgClassName
{
background-color: #DAE7DD;
}
</style>
border-color css
<style>
span { border-color: #DAE7DD; }
span { border-color: rgb(218,231,221); }
td.TdClassName
{
border-color: #DAE7DD;
}
.TagClassName
{
border-color: #DAE7DD;
}
</style>