Shades of Swans Down #D0F2D7
Tints of Swans Down #D0F2D7
RGB
CMYK
RGB Variations
Color information
#D0F2D7 (or 0xD0F2D7) is known color: Swans Down. HEX triplet: D0, F2 and D7. RGB value is (208,242,215). Sum of RGB (Red+Green+Blue) = 208+242+215=665 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.28% from 665); Green value is 242 (94.92% from 255 or 36.39% from 665); Blue value is 215 (84.38% from 255 or 32.33% from 665); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F2D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F2D7 is #2F0D28. Grayscale: #E4E4E4. Windows color (decimal): -3083561 or 14152400. OLE color: 14152400.
HSL color Cylindrical-coordinate representation of color #D0F2D7: hue angle of 132.35º 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 #D0F2D7 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 242 | 215 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.05 |
| HSL | 132.35º | 0.57% | 0.88% | - |
| HSV(B) | 132.35º | 0.14% | 0.95% | - |
| XYZ | 70.03 | 81.82 | 76.39 | - |
| YUV | 228.76 | 120.24 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 242 | 215 | 0.14 | 0 | 0.11 | 0.05 | 132.35 | 0.57 | 0.88 |
| Hex | D0 | F2 | D7 | E | 0 | B | 5 | 84 | 39 | 58 |
| Octal | 320 | 362 | 327 | 16 | 0 | 13 | 5 | 204 | 71 | 130 |
| Binary | 11010000 | 11110010 | 11010111 | 1110 | 0 | 1011 | 101 | 10000100 | 111001 | 1011000 |
Color Harmonies of #D0F2D7
Complementary color
Monochromatic Colors of #D0F2D7
Black with #D0F2D7
Text Example
Text Example
White with #D0F2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F2D7; }
p { color: rgb(208,242,215); }
H1.HeaderClassName
{
color: #D0F2D7;
}
.AnyTagClassName
{
color: #D0F2D7;
}
</style>
background-color css
<style>
a { background-color: #D0F2D7; }
a { background-color: rgb(208,242,215); }
div.DivClassName
{
background-color: #D0F2D7;
}
.BgClassName
{
background-color: #D0F2D7;
}
</style>
border-color css
<style>
span { border-color: #D0F2D7; }
span { border-color: rgb(208,242,215); }
td.TdClassName
{
border-color: #D0F2D7;
}
.TagClassName
{
border-color: #D0F2D7;
}
</style>