Shades of Swans Down #DAE6DD
Tints of Swans Down #DAE6DD
RGB
CMYK
RGB Variations
Color information
#DAE6DD (or 0xDAE6DD) is known color: Swans Down. HEX triplet: DA, E6 and DD. RGB value is (218,230,221). Sum of RGB (Red+Green+Blue) = 218+230+221=669 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.59% from 669); Green value is 230 (90.23% from 255 or 34.38% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE6DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE6DD is #251922. Grayscale: #E1E1E1. Windows color (decimal): -2431267 or 14542554. OLE color: 14542554.
HSL color Cylindrical-coordinate representation of color #DAE6DD: hue angle of 135º degrees, saturation: 0.19, 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 #DAE6DD is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
RGB | 218 | 230 | 221 | - |
CMYK | 0.05 | 0 | 0.04 | 0.10 |
HSL | 135º | 0.19% | 0.88% | - |
HSV(B) | 135º | 0.05% | 0.9% | - |
XYZ | 70.26 | 76.72 | 79.51 | - |
YUV | 225.39 | 125.52 | 122.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 230 | 221 | 0.05 | 0 | 0.04 | 0.10 | 135 | 0.19 | 0.88 |
Hex | DA | E6 | DD | 5 | 0 | 4 | A | 87 | 13 | 58 |
Octal | 332 | 346 | 335 | 5 | 0 | 4 | 12 | 207 | 23 | 130 |
Binary | 11011010 | 11100110 | 11011101 | 101 | 0 | 100 | 1010 | 10000111 | 10011 | 1011000 |
Color Harmonies of #DAE6DD
Complementary color
Monochromatic Colors of #DAE6DD
Black with #DAE6DD
Text Example
Text Example
White with #DAE6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE6DD; }
p { color: rgb(218,230,221); }
H1.HeaderClassName
{
color: #DAE6DD;
}
.AnyTagClassName
{
color: #DAE6DD;
}
</style>
background-color css
<style>
a { background-color: #DAE6DD; }
a { background-color: rgb(218,230,221); }
div.DivClassName
{
background-color: #DAE6DD;
}
.BgClassName
{
background-color: #DAE6DD;
}
</style>
border-color css
<style>
span { border-color: #DAE6DD; }
span { border-color: rgb(218,230,221); }
td.TdClassName
{
border-color: #DAE6DD;
}
.TagClassName
{
border-color: #DAE6DD;
}
</style>