Shades of Swans Down #DAE8DD
Tints of Swans Down #DAE8DD
RGB
CMYK
RGB Variations
Color information
#DAE8DD (or 0xDAE8DD) is known color: Swans Down. HEX triplet: DA, E8 and DD. RGB value is (218,232,221). Sum of RGB (Red+Green+Blue) = 218+232+221=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 232 (91.02% from 255 or 34.58% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE8DD is #251722. Grayscale: #E2E2E2. Windows color (decimal): -2430755 or 14543066. OLE color: 14543066.
HSL color Cylindrical-coordinate representation of color #DAE8DD: hue angle of 132.86º degrees, saturation: 0.23, 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 #DAE8DD is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 221 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.09 |
| HSL | 132.86º | 0.23% | 0.88% | - |
| HSV(B) | 132.86º | 0.06% | 0.91% | - |
| XYZ | 70.82 | 77.84 | 79.7 | - |
| YUV | 226.56 | 124.86 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 221 | 0.06 | 0 | 0.05 | 0.09 | 132.86 | 0.23 | 0.88 |
| Hex | DA | E8 | DD | 6 | 0 | 5 | 9 | 85 | 17 | 58 |
| Octal | 332 | 350 | 335 | 6 | 0 | 5 | 11 | 205 | 27 | 130 |
| Binary | 11011010 | 11101000 | 11011101 | 110 | 0 | 101 | 1001 | 10000101 | 10111 | 1011000 |
Color Harmonies of #DAE8DD
Complementary color
Monochromatic Colors of #DAE8DD
Black with #DAE8DD
Text Example
Text Example
White with #DAE8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE8DD; }
p { color: rgb(218,232,221); }
H1.HeaderClassName
{
color: #DAE8DD;
}
.AnyTagClassName
{
color: #DAE8DD;
}
</style>
background-color css
<style>
a { background-color: #DAE8DD; }
a { background-color: rgb(218,232,221); }
div.DivClassName
{
background-color: #DAE8DD;
}
.BgClassName
{
background-color: #DAE8DD;
}
</style>
border-color css
<style>
span { border-color: #DAE8DD; }
span { border-color: rgb(218,232,221); }
td.TdClassName
{
border-color: #DAE8DD;
}
.TagClassName
{
border-color: #DAE8DD;
}
</style>