Shades of Swans Down #D0E8D7
Tints of Swans Down #D0E8D7
RGB
CMYK
RGB Variations
Color information
#D0E8D7 (or 0xD0E8D7) is known color: Swans Down. HEX triplet: D0, E8 and D7. RGB value is (208,232,215). Sum of RGB (Red+Green+Blue) = 208+232+215=655 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.76% from 655); Green value is 232 (91.02% from 255 or 35.42% from 655); Blue value is 215 (84.38% from 255 or 32.82% from 655); Max value from RGB is 232 - color contains mainly: green. Hex color #D0E8D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E8D7 is #2F1728. Grayscale: #DEDEDE. Windows color (decimal): -3086121 or 14149840. OLE color: 14149840.
HSL color Cylindrical-coordinate representation of color #D0E8D7: hue angle of 137.5º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0E8D7 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 232 | 215 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.09 |
| HSL | 137.5º | 0.34% | 0.86% | - |
| HSV(B) | 137.5º | 0.1% | 0.91% | - |
| XYZ | 67.13 | 76.03 | 75.43 | - |
| YUV | 222.89 | 123.55 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 232 | 215 | 0.10 | 0 | 0.07 | 0.09 | 137.5 | 0.34 | 0.86 |
| Hex | D0 | E8 | D7 | A | 0 | 7 | 9 | 8A | 22 | 56 |
| Octal | 320 | 350 | 327 | 12 | 0 | 7 | 11 | 212 | 42 | 126 |
| Binary | 11010000 | 11101000 | 11010111 | 1010 | 0 | 111 | 1001 | 10001010 | 100010 | 1010110 |
Color Harmonies of #D0E8D7
Complementary color
Monochromatic Colors of #D0E8D7
Black with #D0E8D7
Text Example
Text Example
White with #D0E8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E8D7; }
p { color: rgb(208,232,215); }
H1.HeaderClassName
{
color: #D0E8D7;
}
.AnyTagClassName
{
color: #D0E8D7;
}
</style>
background-color css
<style>
a { background-color: #D0E8D7; }
a { background-color: rgb(208,232,215); }
div.DivClassName
{
background-color: #D0E8D7;
}
.BgClassName
{
background-color: #D0E8D7;
}
</style>
border-color css
<style>
span { border-color: #D0E8D7; }
span { border-color: rgb(208,232,215); }
td.TdClassName
{
border-color: #D0E8D7;
}
.TagClassName
{
border-color: #D0E8D7;
}
</style>