Shades of Swans Down #D0F2D8
Tints of Swans Down #D0F2D8
RGB
CMYK
RGB Variations
Color information
#D0F2D8 (or 0xD0F2D8) is known color: Swans Down. HEX triplet: D0, F2 and D8. RGB value is (208,242,216). Sum of RGB (Red+Green+Blue) = 208+242+216=666 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.23% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 216 (84.77% from 255 or 32.43% from 666); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F2D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F2D8 is #2F0D27. Grayscale: #E4E4E4. Windows color (decimal): -3083560 or 14217936. OLE color: 14217936.
HSL color Cylindrical-coordinate representation of color #D0F2D8: hue angle of 134.12º 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 #D0F2D8 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 242 | 216 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.05 |
| HSL | 134.12º | 0.57% | 0.88% | - |
| HSV(B) | 134.12º | 0.14% | 0.95% | - |
| XYZ | 70.16 | 81.87 | 77.07 | - |
| YUV | 228.87 | 120.74 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 242 | 216 | 0.14 | 0 | 0.11 | 0.05 | 134.12 | 0.57 | 0.88 |
| Hex | D0 | F2 | D8 | E | 0 | B | 5 | 86 | 39 | 58 |
| Octal | 320 | 362 | 330 | 16 | 0 | 13 | 5 | 206 | 71 | 130 |
| Binary | 11010000 | 11110010 | 11011000 | 1110 | 0 | 1011 | 101 | 10000110 | 111001 | 1011000 |
Color Harmonies of #D0F2D8
Complementary color
Monochromatic Colors of #D0F2D8
Black with #D0F2D8
Text Example
Text Example
White with #D0F2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F2D8; }
p { color: rgb(208,242,216); }
H1.HeaderClassName
{
color: #D0F2D8;
}
.AnyTagClassName
{
color: #D0F2D8;
}
</style>
background-color css
<style>
a { background-color: #D0F2D8; }
a { background-color: rgb(208,242,216); }
div.DivClassName
{
background-color: #D0F2D8;
}
.BgClassName
{
background-color: #D0F2D8;
}
</style>
border-color css
<style>
span { border-color: #D0F2D8; }
span { border-color: rgb(208,242,216); }
td.TdClassName
{
border-color: #D0F2D8;
}
.TagClassName
{
border-color: #D0F2D8;
}
</style>