Shades of Swans Down #D0ECD9
Tints of Swans Down #D0ECD9
RGB
CMYK
RGB Variations
Color information
#D0ECD9 (or 0xD0ECD9) is known color: Swans Down. HEX triplet: D0, EC and D9. RGB value is (208,236,217). Sum of RGB (Red+Green+Blue) = 208+236+217=661 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.47% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 217 (85.16% from 255 or 32.83% from 661); Max value from RGB is 236 - color contains mainly: green. Hex color #D0ECD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0ECD9 is #2F1326. Grayscale: #E1E1E1. Windows color (decimal): -3085095 or 14281936. OLE color: 14281936.
HSL color Cylindrical-coordinate representation of color #D0ECD9: hue angle of 139.29º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0ECD9 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 217 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.07 |
| HSL | 139.29º | 0.42% | 0.87% | - |
| HSV(B) | 139.29º | 0.12% | 0.93% | - |
| XYZ | 68.53 | 78.41 | 77.17 | - |
| YUV | 225.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 217 | 0.12 | 0 | 0.08 | 0.07 | 139.29 | 0.42 | 0.87 |
| Hex | D0 | EC | D9 | C | 0 | 8 | 7 | 8B | 2A | 57 |
| Octal | 320 | 354 | 331 | 14 | 0 | 10 | 7 | 213 | 52 | 127 |
| Binary | 11010000 | 11101100 | 11011001 | 1100 | 0 | 1000 | 111 | 10001011 | 101010 | 1010111 |
Color Harmonies of #D0ECD9
Complementary color
Monochromatic Colors of #D0ECD9
Black with #D0ECD9
Text Example
Text Example
White with #D0ECD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ECD9; }
p { color: rgb(208,236,217); }
H1.HeaderClassName
{
color: #D0ECD9;
}
.AnyTagClassName
{
color: #D0ECD9;
}
</style>
background-color css
<style>
a { background-color: #D0ECD9; }
a { background-color: rgb(208,236,217); }
div.DivClassName
{
background-color: #D0ECD9;
}
.BgClassName
{
background-color: #D0ECD9;
}
</style>
border-color css
<style>
span { border-color: #D0ECD9; }
span { border-color: rgb(208,236,217); }
td.TdClassName
{
border-color: #D0ECD9;
}
.TagClassName
{
border-color: #D0ECD9;
}
</style>