Shades of Swans Down #D9EADC
Tints of Swans Down #D9EADC
RGB
CMYK
RGB Variations
Color information
#D9EADC (or 0xD9EADC) is known color: Swans Down. HEX triplet: D9, EA and DC. RGB value is (217,234,220). Sum of RGB (Red+Green+Blue) = 217+234+220=671 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.34% from 671); Green value is 234 (91.80% from 255 or 34.87% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EADC is #261523. Grayscale: #E3E3E3. Windows color (decimal): -2495780 or 14478041. OLE color: 14478041.
HSL color Cylindrical-coordinate representation of color #D9EADC: hue angle of 130.59º degrees, saturation: 0.29, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9EADC is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
RGB | 217 | 234 | 220 | - |
CMYK | 0.07 | 0 | 0.06 | 0.08 |
HSL | 130.59º | 0.29% | 0.88% | - |
HSV(B) | 130.59º | 0.07% | 0.92% | - |
XYZ | 70.96 | 78.76 | 79.17 | - |
YUV | 227.32 | 123.87 | 120.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 234 | 220 | 0.07 | 0 | 0.06 | 0.08 | 130.59 | 0.29 | 0.88 |
Hex | D9 | EA | DC | 7 | 0 | 6 | 8 | 83 | 1D | 58 |
Octal | 331 | 352 | 334 | 7 | 0 | 6 | 10 | 203 | 35 | 130 |
Binary | 11011001 | 11101010 | 11011100 | 111 | 0 | 110 | 1000 | 10000011 | 11101 | 1011000 |
Color Harmonies of #D9EADC
Complementary color
Monochromatic Colors of #D9EADC
Black with #D9EADC
Text Example
Text Example
White with #D9EADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EADC; }
p { color: rgb(217,234,220); }
H1.HeaderClassName
{
color: #D9EADC;
}
.AnyTagClassName
{
color: #D9EADC;
}
</style>
background-color css
<style>
a { background-color: #D9EADC; }
a { background-color: rgb(217,234,220); }
div.DivClassName
{
background-color: #D9EADC;
}
.BgClassName
{
background-color: #D9EADC;
}
</style>
border-color css
<style>
span { border-color: #D9EADC; }
span { border-color: rgb(217,234,220); }
td.TdClassName
{
border-color: #D9EADC;
}
.TagClassName
{
border-color: #D9EADC;
}
</style>