Shades of Swans Down #DAE3DC
Tints of Swans Down #DAE3DC
RGB
CMYK
RGB Variations
Color information
#DAE3DC (or 0xDAE3DC) is known color: Swans Down. HEX triplet: DA, E3 and DC. RGB value is (218,227,220). Sum of RGB (Red+Green+Blue) = 218+227+220=665 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.78% from 665); Green value is 227 (89.06% from 255 or 34.14% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE3DC is #251C23. Grayscale: #DFDFDF. Windows color (decimal): -2432036 or 14476250. OLE color: 14476250.
HSL color Cylindrical-coordinate representation of color #DAE3DC: hue angle of 133.33º degrees, saturation: 0.14, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DAE3DC is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 220 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.11 |
| HSL | 133.33º | 0.14% | 0.87% | - |
| HSV(B) | 133.33º | 0.04% | 0.89% | - |
| XYZ | 69.3 | 75.01 | 78.54 | - |
| YUV | 223.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 220 | 0.04 | 0 | 0.03 | 0.11 | 133.33 | 0.14 | 0.87 |
| Hex | DA | E3 | DC | 4 | 0 | 3 | B | 85 | E | 57 |
| Octal | 332 | 343 | 334 | 4 | 0 | 3 | 13 | 205 | 16 | 127 |
| Binary | 11011010 | 11100011 | 11011100 | 100 | 0 | 11 | 1011 | 10000101 | 1110 | 1010111 |
Color Harmonies of #DAE3DC
Complementary color
Monochromatic Colors of #DAE3DC
Black with #DAE3DC
Text Example
Text Example
White with #DAE3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE3DC; }
p { color: rgb(218,227,220); }
H1.HeaderClassName
{
color: #DAE3DC;
}
.AnyTagClassName
{
color: #DAE3DC;
}
</style>
background-color css
<style>
a { background-color: #DAE3DC; }
a { background-color: rgb(218,227,220); }
div.DivClassName
{
background-color: #DAE3DC;
}
.BgClassName
{
background-color: #DAE3DC;
}
</style>
border-color css
<style>
span { border-color: #DAE3DC; }
span { border-color: rgb(218,227,220); }
td.TdClassName
{
border-color: #DAE3DC;
}
.TagClassName
{
border-color: #DAE3DC;
}
</style>