Shades of Swans Down #D0F2DB
Tints of Swans Down #D0F2DB
RGB
CMYK
RGB Variations
Color information
#D0F2DB (or 0xD0F2DB) is known color: Swans Down. HEX triplet: D0, F2 and DB. RGB value is (208,242,219). Sum of RGB (Red+Green+Blue) = 208+242+219=669 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.09% from 669); Green value is 242 (94.92% from 255 or 36.17% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F2DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F2DB is #2F0D24. Grayscale: #E5E5E5. Windows color (decimal): -3083557 or 14414544. OLE color: 14414544.
HSL color Cylindrical-coordinate representation of color #D0F2DB: hue angle of 139.41º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0F2DB is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 208 | 242 | 219 | - |
CMYK | 0.14 | 0 | 0.10 | 0.05 |
HSL | 139.41º | 0.57% | 0.88% | - |
HSV(B) | 139.41º | 0.14% | 0.95% | - |
XYZ | 70.55 | 82.03 | 79.13 | - |
YUV | 229.21 | 122.24 | 112.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 242 | 219 | 0.14 | 0 | 0.10 | 0.05 | 139.41 | 0.57 | 0.88 |
Hex | D0 | F2 | DB | E | 0 | A | 5 | 8B | 39 | 58 |
Octal | 320 | 362 | 333 | 16 | 0 | 12 | 5 | 213 | 71 | 130 |
Binary | 11010000 | 11110010 | 11011011 | 1110 | 0 | 1010 | 101 | 10001011 | 111001 | 1011000 |
Color Harmonies of #D0F2DB
Complementary color
Monochromatic Colors of #D0F2DB
Black with #D0F2DB
Text Example
Text Example
White with #D0F2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F2DB; }
p { color: rgb(208,242,219); }
H1.HeaderClassName
{
color: #D0F2DB;
}
.AnyTagClassName
{
color: #D0F2DB;
}
</style>
background-color css
<style>
a { background-color: #D0F2DB; }
a { background-color: rgb(208,242,219); }
div.DivClassName
{
background-color: #D0F2DB;
}
.BgClassName
{
background-color: #D0F2DB;
}
</style>
border-color css
<style>
span { border-color: #D0F2DB; }
span { border-color: rgb(208,242,219); }
td.TdClassName
{
border-color: #D0F2DB;
}
.TagClassName
{
border-color: #D0F2DB;
}
</style>