Shades of Swans Down #D2E1D6
Tints of Swans Down #D2E1D6
RGB
CMYK
RGB Variations
Color information
#D2E1D6 (or 0xD2E1D6) is known color: Swans Down. HEX triplet: D2, E1 and D6. RGB value is (210,225,214). Sum of RGB (Red+Green+Blue) = 210+225+214=649 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.36% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 214 (83.98% from 255 or 32.97% from 649); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E1D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E1D6 is #2D1E29. Grayscale: #DBDBDB. Windows color (decimal): -2956842 or 14082514. OLE color: 14082514.
HSL color Cylindrical-coordinate representation of color #D2E1D6: hue angle of 136º degrees, saturation: 0.2, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D2E1D6 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 225 | 214 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.12 |
| HSL | 136º | 0.2% | 0.85% | - |
| HSV(B) | 136º | 0.07% | 0.88% | - |
| XYZ | 65.64 | 72.41 | 74.13 | - |
| YUV | 219.26 | 125.03 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 225 | 214 | 0.07 | 0 | 0.05 | 0.12 | 136 | 0.2 | 0.85 |
| Hex | D2 | E1 | D6 | 7 | 0 | 5 | C | 88 | 14 | 55 |
| Octal | 322 | 341 | 326 | 7 | 0 | 5 | 14 | 210 | 24 | 125 |
| Binary | 11010010 | 11100001 | 11010110 | 111 | 0 | 101 | 1100 | 10001000 | 10100 | 1010101 |
Color Harmonies of #D2E1D6
Complementary color
Monochromatic Colors of #D2E1D6
Black with #D2E1D6
Text Example
Text Example
White with #D2E1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E1D6; }
p { color: rgb(210,225,214); }
H1.HeaderClassName
{
color: #D2E1D6;
}
.AnyTagClassName
{
color: #D2E1D6;
}
</style>
background-color css
<style>
a { background-color: #D2E1D6; }
a { background-color: rgb(210,225,214); }
div.DivClassName
{
background-color: #D2E1D6;
}
.BgClassName
{
background-color: #D2E1D6;
}
</style>
border-color css
<style>
span { border-color: #D2E1D6; }
span { border-color: rgb(210,225,214); }
td.TdClassName
{
border-color: #D2E1D6;
}
.TagClassName
{
border-color: #D2E1D6;
}
</style>