Shades of Swans Down #D2EDD9
Tints of Swans Down #D2EDD9
RGB
CMYK
RGB Variations
Color information
#D2EDD9 (or 0xD2EDD9) is known color: Swans Down. HEX triplet: D2, ED and D9. RGB value is (210,237,217). Sum of RGB (Red+Green+Blue) = 210+237+217=664 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.63% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 217 (85.16% from 255 or 32.68% from 664); Max value from RGB is 237 - color contains mainly: green. Hex color #D2EDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EDD9 is #2D1226. Grayscale: #E2E2E2. Windows color (decimal): -2953767 or 14282194. OLE color: 14282194.
HSL color Cylindrical-coordinate representation of color #D2EDD9: hue angle of 135.56º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2EDD9 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 237 | 217 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.07 |
| HSL | 135.56º | 0.43% | 0.88% | - |
| HSV(B) | 135.56º | 0.11% | 0.93% | - |
| XYZ | 69.39 | 79.28 | 77.29 | - |
| YUV | 226.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 237 | 217 | 0.11 | 0 | 0.08 | 0.07 | 135.56 | 0.43 | 0.88 |
| Hex | D2 | ED | D9 | B | 0 | 8 | 7 | 88 | 2B | 58 |
| Octal | 322 | 355 | 331 | 13 | 0 | 10 | 7 | 210 | 53 | 130 |
| Binary | 11010010 | 11101101 | 11011001 | 1011 | 0 | 1000 | 111 | 10001000 | 101011 | 1011000 |
Color Harmonies of #D2EDD9
Complementary color
Monochromatic Colors of #D2EDD9
Black with #D2EDD9
Text Example
Text Example
White with #D2EDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EDD9; }
p { color: rgb(210,237,217); }
H1.HeaderClassName
{
color: #D2EDD9;
}
.AnyTagClassName
{
color: #D2EDD9;
}
</style>
background-color css
<style>
a { background-color: #D2EDD9; }
a { background-color: rgb(210,237,217); }
div.DivClassName
{
background-color: #D2EDD9;
}
.BgClassName
{
background-color: #D2EDD9;
}
</style>
border-color css
<style>
span { border-color: #D2EDD9; }
span { border-color: rgb(210,237,217); }
td.TdClassName
{
border-color: #D2EDD9;
}
.TagClassName
{
border-color: #D2EDD9;
}
</style>