Shades of Swans Down #D0F5DB
Tints of Swans Down #D0F5DB
RGB
CMYK
RGB Variations
Color information
#D0F5DB (or 0xD0F5DB) is known color: Swans Down. HEX triplet: D0, F5 and DB. RGB value is (208,245,219). Sum of RGB (Red+Green+Blue) = 208+245+219=672 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.95% from 672); Green value is 245 (96.09% from 255 or 36.46% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 245 - color contains mainly: green. Hex color #D0F5DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F5DB is #2F0A24. Grayscale: #E7E7E7. Windows color (decimal): -3082789 or 14415312. OLE color: 14415312.
HSL color Cylindrical-coordinate representation of color #D0F5DB: hue angle of 137.84º degrees, saturation: 0.65, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0F5DB is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 245 | 219 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.04 |
| HSL | 137.84º | 0.65% | 0.89% | - |
| HSV(B) | 137.84º | 0.15% | 0.96% | - |
| XYZ | 71.45 | 83.83 | 79.43 | - |
| YUV | 230.97 | 121.24 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 245 | 219 | 0.15 | 0 | 0.11 | 0.04 | 137.84 | 0.65 | 0.89 |
| Hex | D0 | F5 | DB | F | 0 | B | 4 | 8A | 41 | 59 |
| Octal | 320 | 365 | 333 | 17 | 0 | 13 | 4 | 212 | 101 | 131 |
| Binary | 11010000 | 11110101 | 11011011 | 1111 | 0 | 1011 | 100 | 10001010 | 1000001 | 1011001 |
Color Harmonies of #D0F5DB
Complementary color
Monochromatic Colors of #D0F5DB
Black with #D0F5DB
Text Example
Text Example
White with #D0F5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F5DB; }
p { color: rgb(208,245,219); }
H1.HeaderClassName
{
color: #D0F5DB;
}
.AnyTagClassName
{
color: #D0F5DB;
}
</style>
background-color css
<style>
a { background-color: #D0F5DB; }
a { background-color: rgb(208,245,219); }
div.DivClassName
{
background-color: #D0F5DB;
}
.BgClassName
{
background-color: #D0F5DB;
}
</style>
border-color css
<style>
span { border-color: #D0F5DB; }
span { border-color: rgb(208,245,219); }
td.TdClassName
{
border-color: #D0F5DB;
}
.TagClassName
{
border-color: #D0F5DB;
}
</style>