Shades of Swans Down #DDE5DF
Tints of Swans Down #DDE5DF
RGB
CMYK
RGB Variations
Color information
#DDE5DF (or 0xDDE5DF) is known color: Swans Down. HEX triplet: DD, E5 and DF. RGB value is (221,229,223). Sum of RGB (Red+Green+Blue) = 221+229+223=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 229 (89.84% from 255 or 34.03% from 673); Blue value is 223 (87.5% from 255 or 33.14% from 673); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE5DF is #221A20. Grayscale: #E1E1E1. Windows color (decimal): -2234913 or 14673373. OLE color: 14673373.
HSL color Cylindrical-coordinate representation of color #DDE5DF: hue angle of 135º degrees, saturation: 0.13, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDE5DF is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 229 | 223 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.10 |
| HSL | 135º | 0.13% | 0.88% | - |
| HSV(B) | 135º | 0.03% | 0.9% | - |
| XYZ | 71.16 | 76.74 | 80.87 | - |
| YUV | 225.92 | 126.35 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 229 | 223 | 0.03 | 0 | 0.03 | 0.10 | 135 | 0.13 | 0.88 |
| Hex | DD | E5 | DF | 3 | 0 | 3 | A | 87 | D | 58 |
| Octal | 335 | 345 | 337 | 3 | 0 | 3 | 12 | 207 | 15 | 130 |
| Binary | 11011101 | 11100101 | 11011111 | 11 | 0 | 11 | 1010 | 10000111 | 1101 | 1011000 |
Color Harmonies of #DDE5DF
Complementary color
Monochromatic Colors of #DDE5DF
Black with #DDE5DF
Text Example
Text Example
White with #DDE5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE5DF; }
p { color: rgb(221,229,223); }
H1.HeaderClassName
{
color: #DDE5DF;
}
.AnyTagClassName
{
color: #DDE5DF;
}
</style>
background-color css
<style>
a { background-color: #DDE5DF; }
a { background-color: rgb(221,229,223); }
div.DivClassName
{
background-color: #DDE5DF;
}
.BgClassName
{
background-color: #DDE5DF;
}
</style>
border-color css
<style>
span { border-color: #DDE5DF; }
span { border-color: rgb(221,229,223); }
td.TdClassName
{
border-color: #DDE5DF;
}
.TagClassName
{
border-color: #DDE5DF;
}
</style>