Shades of Swans Down #DAE1DC
Tints of Swans Down #DAE1DC
RGB
CMYK
RGB Variations
Color information
#DAE1DC (or 0xDAE1DC) is known color: Swans Down. HEX triplet: DA, E1 and DC. RGB value is (218,225,220). Sum of RGB (Red+Green+Blue) = 218+225+220=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 225 (88.28% from 255 or 33.94% from 663); Blue value is 220 (86.33% from 255 or 33.18% from 663); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1DC is #251E23. Grayscale: #DEDEDE. Windows color (decimal): -2432548 or 14475738. OLE color: 14475738.
HSL color Cylindrical-coordinate representation of color #DAE1DC: hue angle of 137.14º degrees, saturation: 0.1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DAE1DC is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 220 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.12 |
| HSL | 137.14º | 0.1% | 0.87% | - |
| HSV(B) | 137.14º | 0.03% | 0.88% | - |
| XYZ | 68.76 | 73.92 | 78.35 | - |
| YUV | 222.34 | 126.68 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 220 | 0.03 | 0 | 0.02 | 0.12 | 137.14 | 0.1 | 0.87 |
| Hex | DA | E1 | DC | 3 | 0 | 2 | C | 89 | A | 57 |
| Octal | 332 | 341 | 334 | 3 | 0 | 2 | 14 | 211 | 12 | 127 |
| Binary | 11011010 | 11100001 | 11011100 | 11 | 0 | 10 | 1100 | 10001001 | 1010 | 1010111 |
Color Harmonies of #DAE1DC
Complementary color
Monochromatic Colors of #DAE1DC
Black with #DAE1DC
Text Example
Text Example
White with #DAE1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE1DC; }
p { color: rgb(218,225,220); }
H1.HeaderClassName
{
color: #DAE1DC;
}
.AnyTagClassName
{
color: #DAE1DC;
}
</style>
background-color css
<style>
a { background-color: #DAE1DC; }
a { background-color: rgb(218,225,220); }
div.DivClassName
{
background-color: #DAE1DC;
}
.BgClassName
{
background-color: #DAE1DC;
}
</style>
border-color css
<style>
span { border-color: #DAE1DC; }
span { border-color: rgb(218,225,220); }
td.TdClassName
{
border-color: #DAE1DC;
}
.TagClassName
{
border-color: #DAE1DC;
}
</style>