Shades of Swans Down #D0ECD8
Tints of Swans Down #D0ECD8
RGB
CMYK
RGB Variations
Color information
#D0ECD8 (or 0xD0ECD8) is known color: Swans Down. HEX triplet: D0, EC and D8. RGB value is (208,236,216). Sum of RGB (Red+Green+Blue) = 208+236+216=660 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.52% from 660); Green value is 236 (92.58% from 255 or 35.76% from 660); Blue value is 216 (84.77% from 255 or 32.73% from 660); Max value from RGB is 236 - color contains mainly: green. Hex color #D0ECD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0ECD8 is #2F1327. Grayscale: #E1E1E1. Windows color (decimal): -3085096 or 14216400. OLE color: 14216400.
HSL color Cylindrical-coordinate representation of color #D0ECD8: hue angle of 137.14º 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 #D0ECD8 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 216 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.07 |
| HSL | 137.14º | 0.42% | 0.87% | - |
| HSV(B) | 137.14º | 0.12% | 0.93% | - |
| XYZ | 68.4 | 78.36 | 76.49 | - |
| YUV | 225.35 | 122.72 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 216 | 0.12 | 0 | 0.08 | 0.07 | 137.14 | 0.42 | 0.87 |
| Hex | D0 | EC | D8 | C | 0 | 8 | 7 | 89 | 2A | 57 |
| Octal | 320 | 354 | 330 | 14 | 0 | 10 | 7 | 211 | 52 | 127 |
| Binary | 11010000 | 11101100 | 11011000 | 1100 | 0 | 1000 | 111 | 10001001 | 101010 | 1010111 |
Color Harmonies of #D0ECD8
Complementary color
Monochromatic Colors of #D0ECD8
Black with #D0ECD8
Text Example
Text Example
White with #D0ECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ECD8; }
p { color: rgb(208,236,216); }
H1.HeaderClassName
{
color: #D0ECD8;
}
.AnyTagClassName
{
color: #D0ECD8;
}
</style>
background-color css
<style>
a { background-color: #D0ECD8; }
a { background-color: rgb(208,236,216); }
div.DivClassName
{
background-color: #D0ECD8;
}
.BgClassName
{
background-color: #D0ECD8;
}
</style>
border-color css
<style>
span { border-color: #D0ECD8; }
span { border-color: rgb(208,236,216); }
td.TdClassName
{
border-color: #D0ECD8;
}
.TagClassName
{
border-color: #D0ECD8;
}
</style>