Shades of Swans Down #DDE8E1
Tints of Swans Down #DDE8E1
RGB
CMYK
RGB Variations
Color information
#DDE8E1 (or 0xDDE8E1) is known color: Swans Down. HEX triplet: DD, E8 and E1. RGB value is (221,232,225). Sum of RGB (Red+Green+Blue) = 221+232+225=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 232 (91.02% from 255 or 34.22% from 678); Blue value is 225 (88.28% from 255 or 33.19% from 678); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE8E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE8E1 is #22171E. Grayscale: #E3E3E3. Windows color (decimal): -2234143 or 14805213. OLE color: 14805213.
HSL color Cylindrical-coordinate representation of color #DDE8E1: hue angle of 141.82º degrees, saturation: 0.19, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDE8E1 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 232 | 225 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.09 |
| HSL | 141.82º | 0.19% | 0.89% | - |
| HSV(B) | 141.82º | 0.05% | 0.91% | - |
| XYZ | 72.27 | 78.52 | 82.58 | - |
| YUV | 227.91 | 126.36 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 232 | 225 | 0.05 | 0 | 0.03 | 0.09 | 141.82 | 0.19 | 0.89 |
| Hex | DD | E8 | E1 | 5 | 0 | 3 | 9 | 8E | 13 | 59 |
| Octal | 335 | 350 | 341 | 5 | 0 | 3 | 11 | 216 | 23 | 131 |
| Binary | 11011101 | 11101000 | 11100001 | 101 | 0 | 11 | 1001 | 10001110 | 10011 | 1011001 |
Color Harmonies of #DDE8E1
Complementary color
Monochromatic Colors of #DDE8E1
Black with #DDE8E1
Text Example
Text Example
White with #DDE8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE8E1; }
p { color: rgb(221,232,225); }
H1.HeaderClassName
{
color: #DDE8E1;
}
.AnyTagClassName
{
color: #DDE8E1;
}
</style>
background-color css
<style>
a { background-color: #DDE8E1; }
a { background-color: rgb(221,232,225); }
div.DivClassName
{
background-color: #DDE8E1;
}
.BgClassName
{
background-color: #DDE8E1;
}
</style>
border-color css
<style>
span { border-color: #DDE8E1; }
span { border-color: rgb(221,232,225); }
td.TdClassName
{
border-color: #DDE8E1;
}
.TagClassName
{
border-color: #DDE8E1;
}
</style>