Shades of Swans Down #DAE5DC
Tints of Swans Down #DAE5DC
RGB
CMYK
RGB Variations
Color information
#DAE5DC (or 0xDAE5DC) is known color: Swans Down. HEX triplet: DA, E5 and DC. RGB value is (218,229,220). Sum of RGB (Red+Green+Blue) = 218+229+220=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 229 (89.84% from 255 or 34.33% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE5DC is #251A23. Grayscale: #E0E0E0. Windows color (decimal): -2431524 or 14476762. OLE color: 14476762.
HSL color Cylindrical-coordinate representation of color #DAE5DC: hue angle of 130.91º degrees, saturation: 0.17, 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 #DAE5DC is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
RGB | 218 | 229 | 220 | - |
CMYK | 0.05 | 0 | 0.04 | 0.10 |
HSL | 130.91º | 0.17% | 0.88% | - |
HSV(B) | 130.91º | 0.05% | 0.9% | - |
XYZ | 69.85 | 76.11 | 78.72 | - |
YUV | 224.69 | 125.36 | 123.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 229 | 220 | 0.05 | 0 | 0.04 | 0.10 | 130.91 | 0.17 | 0.88 |
Hex | DA | E5 | DC | 5 | 0 | 4 | A | 83 | 11 | 58 |
Octal | 332 | 345 | 334 | 5 | 0 | 4 | 12 | 203 | 21 | 130 |
Binary | 11011010 | 11100101 | 11011100 | 101 | 0 | 100 | 1010 | 10000011 | 10001 | 1011000 |
Color Harmonies of #DAE5DC
Complementary color
Monochromatic Colors of #DAE5DC
Black with #DAE5DC
Text Example
Text Example
White with #DAE5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE5DC; }
p { color: rgb(218,229,220); }
H1.HeaderClassName
{
color: #DAE5DC;
}
.AnyTagClassName
{
color: #DAE5DC;
}
</style>
background-color css
<style>
a { background-color: #DAE5DC; }
a { background-color: rgb(218,229,220); }
div.DivClassName
{
background-color: #DAE5DC;
}
.BgClassName
{
background-color: #DAE5DC;
}
</style>
border-color css
<style>
span { border-color: #DAE5DC; }
span { border-color: rgb(218,229,220); }
td.TdClassName
{
border-color: #DAE5DC;
}
.TagClassName
{
border-color: #DAE5DC;
}
</style>