Shades of Swans Down #D0F7DB
Tints of Swans Down #D0F7DB
RGB
CMYK
RGB Variations
Color information
#D0F7DB (or 0xD0F7DB) is known color: Swans Down. HEX triplet: D0, F7 and DB. RGB value is (208,247,219). Sum of RGB (Red+Green+Blue) = 208+247+219=674 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.86% from 674); Green value is 247 (96.88% from 255 or 36.65% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F7DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F7DB is #2F0824. Grayscale: #E8E8E8. Windows color (decimal): -3082277 or 14415824. OLE color: 14415824.
HSL color Cylindrical-coordinate representation of color #D0F7DB: hue angle of 136.92º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0F7DB is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 247 | 219 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.03 |
| HSL | 136.92º | 0.71% | 0.89% | - |
| HSV(B) | 136.92º | 0.16% | 0.97% | - |
| XYZ | 72.06 | 85.05 | 79.64 | - |
| YUV | 232.15 | 120.58 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 247 | 219 | 0.16 | 0 | 0.11 | 0.03 | 136.92 | 0.71 | 0.89 |
| Hex | D0 | F7 | DB | 10 | 0 | B | 3 | 89 | 47 | 59 |
| Octal | 320 | 367 | 333 | 20 | 0 | 13 | 3 | 211 | 107 | 131 |
| Binary | 11010000 | 11110111 | 11011011 | 10000 | 0 | 1011 | 11 | 10001001 | 1000111 | 1011001 |
Color Harmonies of #D0F7DB
Complementary color
Monochromatic Colors of #D0F7DB
Black with #D0F7DB
Text Example
Text Example
White with #D0F7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F7DB; }
p { color: rgb(208,247,219); }
H1.HeaderClassName
{
color: #D0F7DB;
}
.AnyTagClassName
{
color: #D0F7DB;
}
</style>
background-color css
<style>
a { background-color: #D0F7DB; }
a { background-color: rgb(208,247,219); }
div.DivClassName
{
background-color: #D0F7DB;
}
.BgClassName
{
background-color: #D0F7DB;
}
</style>
border-color css
<style>
span { border-color: #D0F7DB; }
span { border-color: rgb(208,247,219); }
td.TdClassName
{
border-color: #D0F7DB;
}
.TagClassName
{
border-color: #D0F7DB;
}
</style>