Shades of Swans Down #D0ECDB
Tints of Swans Down #D0ECDB
RGB
CMYK
RGB Variations
Color information
#D0ECDB (or 0xD0ECDB) is known color: Swans Down. HEX triplet: D0, EC and DB. RGB value is (208,236,219). Sum of RGB (Red+Green+Blue) = 208+236+219=663 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.37% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 236 - color contains mainly: green. Hex color #D0ECDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0ECDB is #2F1324. Grayscale: #E1E1E1. Windows color (decimal): -3085093 or 14413008. OLE color: 14413008.
HSL color Cylindrical-coordinate representation of color #D0ECDB: hue angle of 143.57º 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 #D0ECDB is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 219 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.07 |
| HSL | 143.57º | 0.42% | 0.87% | - |
| HSV(B) | 143.57º | 0.12% | 0.93% | - |
| XYZ | 68.79 | 78.52 | 78.55 | - |
| YUV | 225.69 | 124.22 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 219 | 0.12 | 0 | 0.07 | 0.07 | 143.57 | 0.42 | 0.87 |
| Hex | D0 | EC | DB | C | 0 | 7 | 7 | 90 | 2A | 57 |
| Octal | 320 | 354 | 333 | 14 | 0 | 7 | 7 | 220 | 52 | 127 |
| Binary | 11010000 | 11101100 | 11011011 | 1100 | 0 | 111 | 111 | 10010000 | 101010 | 1010111 |
Color Harmonies of #D0ECDB
Complementary color
Monochromatic Colors of #D0ECDB
Black with #D0ECDB
Text Example
Text Example
White with #D0ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ECDB; }
p { color: rgb(208,236,219); }
H1.HeaderClassName
{
color: #D0ECDB;
}
.AnyTagClassName
{
color: #D0ECDB;
}
</style>
background-color css
<style>
a { background-color: #D0ECDB; }
a { background-color: rgb(208,236,219); }
div.DivClassName
{
background-color: #D0ECDB;
}
.BgClassName
{
background-color: #D0ECDB;
}
</style>
border-color css
<style>
span { border-color: #D0ECDB; }
span { border-color: rgb(208,236,219); }
td.TdClassName
{
border-color: #D0ECDB;
}
.TagClassName
{
border-color: #D0ECDB;
}
</style>