Shades of Swans Down #D0F0DB
Tints of Swans Down #D0F0DB
RGB
CMYK
RGB Variations
Color information
#D0F0DB (or 0xD0F0DB) is known color: Swans Down. HEX triplet: D0, F0 and DB. RGB value is (208,240,219). Sum of RGB (Red+Green+Blue) = 208+240+219=667 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.18% from 667); Green value is 240 (94.14% from 255 or 35.98% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F0DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F0DB is #2F0F24. Grayscale: #E4E4E4. Windows color (decimal): -3084069 or 14414032. OLE color: 14414032.
HSL color Cylindrical-coordinate representation of color #D0F0DB: hue angle of 140.62º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0F0DB is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 240 | 219 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.06 |
| HSL | 140.63º | 0.52% | 0.88% | - |
| HSV(B) | 140.63º | 0.13% | 0.94% | - |
| XYZ | 69.96 | 80.84 | 78.94 | - |
| YUV | 228.04 | 122.9 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 240 | 219 | 0.13 | 0 | 0.09 | 0.06 | 140.63 | 0.52 | 0.88 |
| Hex | D0 | F0 | DB | D | 0 | 9 | 6 | 8D | 34 | 58 |
| Octal | 320 | 360 | 333 | 15 | 0 | 11 | 6 | 215 | 64 | 130 |
| Binary | 11010000 | 11110000 | 11011011 | 1101 | 0 | 1001 | 110 | 10001101 | 110100 | 1011000 |
Color Harmonies of #D0F0DB
Complementary color
Monochromatic Colors of #D0F0DB
Black with #D0F0DB
Text Example
Text Example
White with #D0F0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F0DB; }
p { color: rgb(208,240,219); }
H1.HeaderClassName
{
color: #D0F0DB;
}
.AnyTagClassName
{
color: #D0F0DB;
}
</style>
background-color css
<style>
a { background-color: #D0F0DB; }
a { background-color: rgb(208,240,219); }
div.DivClassName
{
background-color: #D0F0DB;
}
.BgClassName
{
background-color: #D0F0DB;
}
</style>
border-color css
<style>
span { border-color: #D0F0DB; }
span { border-color: rgb(208,240,219); }
td.TdClassName
{
border-color: #D0F0DB;
}
.TagClassName
{
border-color: #D0F0DB;
}
</style>