Shades of Swans Down #DAE6DE
Tints of Swans Down #DAE6DE
RGB
CMYK
RGB Variations
Color information
#DAE6DE (or 0xDAE6DE) is known color: Swans Down. HEX triplet: DA, E6 and DE. RGB value is (218,230,222). Sum of RGB (Red+Green+Blue) = 218+230+222=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 230 (90.23% from 255 or 34.33% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE6DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE6DE is #251921. Grayscale: #E1E1E1. Windows color (decimal): -2431266 or 14608090. OLE color: 14608090.
HSL color Cylindrical-coordinate representation of color #DAE6DE: hue angle of 140º 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 #DAE6DE is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 222 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.10 |
| HSL | 140º | 0.19% | 0.88% | - |
| HSV(B) | 140º | 0.05% | 0.9% | - |
| XYZ | 70.4 | 76.77 | 80.22 | - |
| YUV | 225.5 | 126.02 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 222 | 0.05 | 0 | 0.03 | 0.10 | 140 | 0.19 | 0.88 |
| Hex | DA | E6 | DE | 5 | 0 | 3 | A | 8C | 13 | 58 |
| Octal | 332 | 346 | 336 | 5 | 0 | 3 | 12 | 214 | 23 | 130 |
| Binary | 11011010 | 11100110 | 11011110 | 101 | 0 | 11 | 1010 | 10001100 | 10011 | 1011000 |
Color Harmonies of #DAE6DE
Complementary color
Monochromatic Colors of #DAE6DE
Black with #DAE6DE
Text Example
Text Example
White with #DAE6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE6DE; }
p { color: rgb(218,230,222); }
H1.HeaderClassName
{
color: #DAE6DE;
}
.AnyTagClassName
{
color: #DAE6DE;
}
</style>
background-color css
<style>
a { background-color: #DAE6DE; }
a { background-color: rgb(218,230,222); }
div.DivClassName
{
background-color: #DAE6DE;
}
.BgClassName
{
background-color: #DAE6DE;
}
</style>
border-color css
<style>
span { border-color: #DAE6DE; }
span { border-color: rgb(218,230,222); }
td.TdClassName
{
border-color: #DAE6DE;
}
.TagClassName
{
border-color: #DAE6DE;
}
</style>