Shades of Swans Down #D0ECD6
Tints of Swans Down #D0ECD6
RGB
CMYK
RGB Variations
Color information
#D0ECD6 (or 0xD0ECD6) is known color: Swans Down. HEX triplet: D0, EC and D6. RGB value is (208,236,214). Sum of RGB (Red+Green+Blue) = 208+236+214=658 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.61% from 658); Green value is 236 (92.58% from 255 or 35.87% from 658); Blue value is 214 (83.98% from 255 or 32.52% from 658); Max value from RGB is 236 - color contains mainly: green. Hex color #D0ECD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0ECD6 is #2F1329. Grayscale: #E1E1E1. Windows color (decimal): -3085098 or 14085328. OLE color: 14085328.
HSL color Cylindrical-coordinate representation of color #D0ECD6: hue angle of 132.86º 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 #D0ECD6 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 214 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.07 |
| HSL | 132.86º | 0.42% | 0.87% | - |
| HSV(B) | 132.86º | 0.12% | 0.93% | - |
| XYZ | 68.15 | 78.26 | 75.13 | - |
| YUV | 225.12 | 121.72 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 214 | 0.12 | 0 | 0.09 | 0.07 | 132.86 | 0.42 | 0.87 |
| Hex | D0 | EC | D6 | C | 0 | 9 | 7 | 85 | 2A | 57 |
| Octal | 320 | 354 | 326 | 14 | 0 | 11 | 7 | 205 | 52 | 127 |
| Binary | 11010000 | 11101100 | 11010110 | 1100 | 0 | 1001 | 111 | 10000101 | 101010 | 1010111 |
Color Harmonies of #D0ECD6
Complementary color
Monochromatic Colors of #D0ECD6
Black with #D0ECD6
Text Example
Text Example
White with #D0ECD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ECD6; }
p { color: rgb(208,236,214); }
H1.HeaderClassName
{
color: #D0ECD6;
}
.AnyTagClassName
{
color: #D0ECD6;
}
</style>
background-color css
<style>
a { background-color: #D0ECD6; }
a { background-color: rgb(208,236,214); }
div.DivClassName
{
background-color: #D0ECD6;
}
.BgClassName
{
background-color: #D0ECD6;
}
</style>
border-color css
<style>
span { border-color: #D0ECD6; }
span { border-color: rgb(208,236,214); }
td.TdClassName
{
border-color: #D0ECD6;
}
.TagClassName
{
border-color: #D0ECD6;
}
</style>