Shades of Swans Down #D2EBD8
Tints of Swans Down #D2EBD8
RGB
CMYK
RGB Variations
Color information
#D2EBD8 (or 0xD2EBD8) is known color: Swans Down. HEX triplet: D2, EB and D8. RGB value is (210,235,216). Sum of RGB (Red+Green+Blue) = 210+235+216=661 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.77% from 661); Green value is 235 (92.19% from 255 or 35.55% from 661); Blue value is 216 (84.77% from 255 or 32.68% from 661); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EBD8 is #2D1427. Grayscale: #E1E1E1. Windows color (decimal): -2954280 or 14216146. OLE color: 14216146.
HSL color Cylindrical-coordinate representation of color #D2EBD8: hue angle of 134.4º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2EBD8 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 235 | 216 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.08 |
| HSL | 134.4º | 0.38% | 0.87% | - |
| HSV(B) | 134.4º | 0.11% | 0.92% | - |
| XYZ | 68.68 | 78.08 | 76.42 | - |
| YUV | 225.36 | 122.72 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 235 | 216 | 0.11 | 0 | 0.08 | 0.08 | 134.4 | 0.38 | 0.87 |
| Hex | D2 | EB | D8 | B | 0 | 8 | 8 | 86 | 26 | 57 |
| Octal | 322 | 353 | 330 | 13 | 0 | 10 | 10 | 206 | 46 | 127 |
| Binary | 11010010 | 11101011 | 11011000 | 1011 | 0 | 1000 | 1000 | 10000110 | 100110 | 1010111 |
Color Harmonies of #D2EBD8
Complementary color
Monochromatic Colors of #D2EBD8
Black with #D2EBD8
Text Example
Text Example
White with #D2EBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EBD8; }
p { color: rgb(210,235,216); }
H1.HeaderClassName
{
color: #D2EBD8;
}
.AnyTagClassName
{
color: #D2EBD8;
}
</style>
background-color css
<style>
a { background-color: #D2EBD8; }
a { background-color: rgb(210,235,216); }
div.DivClassName
{
background-color: #D2EBD8;
}
.BgClassName
{
background-color: #D2EBD8;
}
</style>
border-color css
<style>
span { border-color: #D2EBD8; }
span { border-color: rgb(210,235,216); }
td.TdClassName
{
border-color: #D2EBD8;
}
.TagClassName
{
border-color: #D2EBD8;
}
</style>