Shades of Swans Down #D3E1D7
Tints of Swans Down #D3E1D7
RGB
CMYK
RGB Variations
Color information
#D3E1D7 (or 0xD3E1D7) is known color: Swans Down. HEX triplet: D3, E1 and D7. RGB value is (211,225,215). Sum of RGB (Red+Green+Blue) = 211+225+215=651 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.41% from 651); Green value is 225 (88.28% from 255 or 34.56% from 651); Blue value is 215 (84.38% from 255 or 33.03% from 651); Max value from RGB is 225 - color contains mainly: green. Hex color #D3E1D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E1D7 is #2C1E28. Grayscale: #DBDBDB. Windows color (decimal): -2891305 or 14148051. OLE color: 14148051.
HSL color Cylindrical-coordinate representation of color #D3E1D7: hue angle of 137.14º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D3E1D7 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 225 | 215 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.12 |
| HSL | 137.14º | 0.19% | 0.85% | - |
| HSV(B) | 137.14º | 0.06% | 0.88% | - |
| XYZ | 66.05 | 72.61 | 74.82 | - |
| YUV | 219.67 | 125.36 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 225 | 215 | 0.06 | 0 | 0.04 | 0.12 | 137.14 | 0.19 | 0.85 |
| Hex | D3 | E1 | D7 | 6 | 0 | 4 | C | 89 | 13 | 55 |
| Octal | 323 | 341 | 327 | 6 | 0 | 4 | 14 | 211 | 23 | 125 |
| Binary | 11010011 | 11100001 | 11010111 | 110 | 0 | 100 | 1100 | 10001001 | 10011 | 1010101 |
Color Harmonies of #D3E1D7
Complementary color
Monochromatic Colors of #D3E1D7
Black with #D3E1D7
Text Example
Text Example
White with #D3E1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E1D7; }
p { color: rgb(211,225,215); }
H1.HeaderClassName
{
color: #D3E1D7;
}
.AnyTagClassName
{
color: #D3E1D7;
}
</style>
background-color css
<style>
a { background-color: #D3E1D7; }
a { background-color: rgb(211,225,215); }
div.DivClassName
{
background-color: #D3E1D7;
}
.BgClassName
{
background-color: #D3E1D7;
}
</style>
border-color css
<style>
span { border-color: #D3E1D7; }
span { border-color: rgb(211,225,215); }
td.TdClassName
{
border-color: #D3E1D7;
}
.TagClassName
{
border-color: #D3E1D7;
}
</style>