Shades of Swans Down #DAEBDD
Tints of Swans Down #DAEBDD
RGB
CMYK
RGB Variations
Color information
#DAEBDD (or 0xDAEBDD) is known color: Swans Down. HEX triplet: DA, EB and DD. RGB value is (218,235,221). Sum of RGB (Red+Green+Blue) = 218+235+221=674 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.34% from 674); Green value is 235 (92.19% from 255 or 34.87% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBDD is #251422. Grayscale: #E4E4E4. Windows color (decimal): -2429987 or 14543834. OLE color: 14543834.
HSL color Cylindrical-coordinate representation of color #DAEBDD: hue angle of 130.59º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DAEBDD is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
RGB | 218 | 235 | 221 | - |
CMYK | 0.07 | 0 | 0.06 | 0.08 |
HSL | 130.59º | 0.3% | 0.89% | - |
HSV(B) | 130.59º | 0.07% | 0.92% | - |
XYZ | 71.67 | 79.54 | 79.98 | - |
YUV | 228.32 | 123.87 | 120.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 235 | 221 | 0.07 | 0 | 0.06 | 0.08 | 130.59 | 0.3 | 0.89 |
Hex | DA | EB | DD | 7 | 0 | 6 | 8 | 83 | 1E | 59 |
Octal | 332 | 353 | 335 | 7 | 0 | 6 | 10 | 203 | 36 | 131 |
Binary | 11011010 | 11101011 | 11011101 | 111 | 0 | 110 | 1000 | 10000011 | 11110 | 1011001 |
Color Harmonies of #DAEBDD
Complementary color
Monochromatic Colors of #DAEBDD
Black with #DAEBDD
Text Example
Text Example
White with #DAEBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEBDD; }
p { color: rgb(218,235,221); }
H1.HeaderClassName
{
color: #DAEBDD;
}
.AnyTagClassName
{
color: #DAEBDD;
}
</style>
background-color css
<style>
a { background-color: #DAEBDD; }
a { background-color: rgb(218,235,221); }
div.DivClassName
{
background-color: #DAEBDD;
}
.BgClassName
{
background-color: #DAEBDD;
}
</style>
border-color css
<style>
span { border-color: #DAEBDD; }
span { border-color: rgb(218,235,221); }
td.TdClassName
{
border-color: #DAEBDD;
}
.TagClassName
{
border-color: #DAEBDD;
}
</style>