Shades of Swans Down #DAECDE
Tints of Swans Down #DAECDE
RGB
CMYK
RGB Variations
Color information
#DAECDE (or 0xDAECDE) is known color: Swans Down. HEX triplet: DA, EC and DE. RGB value is (218,236,222). Sum of RGB (Red+Green+Blue) = 218+236+222=676 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.25% from 676); Green value is 236 (92.58% from 255 or 34.91% from 676); Blue value is 222 (87.11% from 255 or 32.84% from 676); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECDE is #251321. Grayscale: #E5E5E5. Windows color (decimal): -2429730 or 14609626. OLE color: 14609626.
HSL color Cylindrical-coordinate representation of color #DAECDE: hue angle of 133.33º degrees, saturation: 0.32, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAECDE is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 236 | 222 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.07 |
| HSL | 133.33º | 0.32% | 0.89% | - |
| HSV(B) | 133.33º | 0.08% | 0.93% | - |
| XYZ | 72.09 | 80.17 | 80.78 | - |
| YUV | 229.02 | 124.04 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 236 | 222 | 0.08 | 0 | 0.06 | 0.07 | 133.33 | 0.32 | 0.89 |
| Hex | DA | EC | DE | 8 | 0 | 6 | 7 | 85 | 20 | 59 |
| Octal | 332 | 354 | 336 | 10 | 0 | 6 | 7 | 205 | 40 | 131 |
| Binary | 11011010 | 11101100 | 11011110 | 1000 | 0 | 110 | 111 | 10000101 | 100000 | 1011001 |
Color Harmonies of #DAECDE
Complementary color
Monochromatic Colors of #DAECDE
Black with #DAECDE
Text Example
Text Example
White with #DAECDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAECDE; }
p { color: rgb(218,236,222); }
H1.HeaderClassName
{
color: #DAECDE;
}
.AnyTagClassName
{
color: #DAECDE;
}
</style>
background-color css
<style>
a { background-color: #DAECDE; }
a { background-color: rgb(218,236,222); }
div.DivClassName
{
background-color: #DAECDE;
}
.BgClassName
{
background-color: #DAECDE;
}
</style>
border-color css
<style>
span { border-color: #DAECDE; }
span { border-color: rgb(218,236,222); }
td.TdClassName
{
border-color: #DAECDE;
}
.TagClassName
{
border-color: #DAECDE;
}
</style>