Shades of Swans Down #DDE3DF
Tints of Swans Down #DDE3DF
RGB
CMYK
RGB Variations
Color information
#DDE3DF (or 0xDDE3DF) is known color: Swans Down. HEX triplet: DD, E3 and DF. RGB value is (221,227,223). Sum of RGB (Red+Green+Blue) = 221+227+223=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 227 (89.06% from 255 or 33.83% from 671); Blue value is 223 (87.5% from 255 or 33.23% from 671); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE3DF is #221C20. Grayscale: #E0E0E0. Windows color (decimal): -2235425 or 14672861. OLE color: 14672861.
HSL color Cylindrical-coordinate representation of color #DDE3DF: hue angle of 140º degrees, saturation: 0.1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDE3DF is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 227 | 223 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.11 |
| HSL | 140º | 0.1% | 0.88% | - |
| HSV(B) | 140º | 0.03% | 0.89% | - |
| XYZ | 70.61 | 75.64 | 80.69 | - |
| YUV | 224.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 223 | 0.03 | 0 | 0.02 | 0.11 | 140 | 0.1 | 0.88 |
| Hex | DD | E3 | DF | 3 | 0 | 2 | B | 8C | A | 58 |
| Octal | 335 | 343 | 337 | 3 | 0 | 2 | 13 | 214 | 12 | 130 |
| Binary | 11011101 | 11100011 | 11011111 | 11 | 0 | 10 | 1011 | 10001100 | 1010 | 1011000 |
Color Harmonies of #DDE3DF
Complementary color
Monochromatic Colors of #DDE3DF
Black with #DDE3DF
Text Example
Text Example
White with #DDE3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE3DF; }
p { color: rgb(221,227,223); }
H1.HeaderClassName
{
color: #DDE3DF;
}
.AnyTagClassName
{
color: #DDE3DF;
}
</style>
background-color css
<style>
a { background-color: #DDE3DF; }
a { background-color: rgb(221,227,223); }
div.DivClassName
{
background-color: #DDE3DF;
}
.BgClassName
{
background-color: #DDE3DF;
}
</style>
border-color css
<style>
span { border-color: #DDE3DF; }
span { border-color: rgb(221,227,223); }
td.TdClassName
{
border-color: #DDE3DF;
}
.TagClassName
{
border-color: #DDE3DF;
}
</style>