Shades of Swans Down #D1E1D5
Tints of Swans Down #D1E1D5
RGB
CMYK
RGB Variations
Color information
#D1E1D5 (or 0xD1E1D5) is known color: Swans Down. HEX triplet: D1, E1 and D5. RGB value is (209,225,213). Sum of RGB (Red+Green+Blue) = 209+225+213=647 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.30% from 647); Green value is 225 (88.28% from 255 or 34.78% from 647); Blue value is 213 (83.59% from 255 or 32.92% from 647); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E1D5 is #2E1E2A. Grayscale: #DADADA. Windows color (decimal): -3022379 or 14016977. OLE color: 14016977.
HSL color Cylindrical-coordinate representation of color #D1E1D5: hue angle of 135º degrees, saturation: 0.21, 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 #D1E1D5 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 225 | 213 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.12 |
| HSL | 135º | 0.21% | 0.85% | - |
| HSV(B) | 135º | 0.07% | 0.88% | - |
| XYZ | 65.23 | 72.21 | 73.45 | - |
| YUV | 218.85 | 124.7 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 225 | 213 | 0.07 | 0 | 0.05 | 0.12 | 135 | 0.21 | 0.85 |
| Hex | D1 | E1 | D5 | 7 | 0 | 5 | C | 87 | 15 | 55 |
| Octal | 321 | 341 | 325 | 7 | 0 | 5 | 14 | 207 | 25 | 125 |
| Binary | 11010001 | 11100001 | 11010101 | 111 | 0 | 101 | 1100 | 10000111 | 10101 | 1010101 |
Color Harmonies of #D1E1D5
Complementary color
Monochromatic Colors of #D1E1D5
Black with #D1E1D5
Text Example
Text Example
White with #D1E1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E1D5; }
p { color: rgb(209,225,213); }
H1.HeaderClassName
{
color: #D1E1D5;
}
.AnyTagClassName
{
color: #D1E1D5;
}
</style>
background-color css
<style>
a { background-color: #D1E1D5; }
a { background-color: rgb(209,225,213); }
div.DivClassName
{
background-color: #D1E1D5;
}
.BgClassName
{
background-color: #D1E1D5;
}
</style>
border-color css
<style>
span { border-color: #D1E1D5; }
span { border-color: rgb(209,225,213); }
td.TdClassName
{
border-color: #D1E1D5;
}
.TagClassName
{
border-color: #D1E1D5;
}
</style>