Shades of Swans Down #D0F4DB
Tints of Swans Down #D0F4DB
RGB
CMYK
RGB Variations
Color information
#D0F4DB (or 0xD0F4DB) is known color: Swans Down. HEX triplet: D0, F4 and DB. RGB value is (208,244,219). Sum of RGB (Red+Green+Blue) = 208+244+219=671 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.00% from 671); Green value is 244 (95.70% from 255 or 36.36% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F4DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F4DB is #2F0B24. Grayscale: #E6E6E6. Windows color (decimal): -3083045 or 14415056. OLE color: 14415056.
HSL color Cylindrical-coordinate representation of color #D0F4DB: hue angle of 138.33º degrees, saturation: 0.62, 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 #D0F4DB is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 244 | 219 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.04 |
| HSL | 138.33º | 0.62% | 0.89% | - |
| HSV(B) | 138.33º | 0.15% | 0.96% | - |
| XYZ | 71.15 | 83.23 | 79.33 | - |
| YUV | 230.39 | 121.57 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 244 | 219 | 0.15 | 0 | 0.10 | 0.04 | 138.33 | 0.62 | 0.89 |
| Hex | D0 | F4 | DB | F | 0 | A | 4 | 8A | 3E | 59 |
| Octal | 320 | 364 | 333 | 17 | 0 | 12 | 4 | 212 | 76 | 131 |
| Binary | 11010000 | 11110100 | 11011011 | 1111 | 0 | 1010 | 100 | 10001010 | 111110 | 1011001 |
Color Harmonies of #D0F4DB
Complementary color
Monochromatic Colors of #D0F4DB
Black with #D0F4DB
Text Example
Text Example
White with #D0F4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F4DB; }
p { color: rgb(208,244,219); }
H1.HeaderClassName
{
color: #D0F4DB;
}
.AnyTagClassName
{
color: #D0F4DB;
}
</style>
background-color css
<style>
a { background-color: #D0F4DB; }
a { background-color: rgb(208,244,219); }
div.DivClassName
{
background-color: #D0F4DB;
}
.BgClassName
{
background-color: #D0F4DB;
}
</style>
border-color css
<style>
span { border-color: #D0F4DB; }
span { border-color: rgb(208,244,219); }
td.TdClassName
{
border-color: #D0F4DB;
}
.TagClassName
{
border-color: #D0F4DB;
}
</style>