Shades of Swans Down #DDEAE1
Tints of Swans Down #DDEAE1
RGB
CMYK
RGB Variations
Color information
#DDEAE1 (or 0xDDEAE1) is known color: Swans Down. HEX triplet: DD, EA and E1. RGB value is (221,234,225). Sum of RGB (Red+Green+Blue) = 221+234+225=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 234 (91.80% from 255 or 34.41% from 680); Blue value is 225 (88.28% from 255 or 33.09% from 680); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEAE1 is #22151E. Grayscale: #E5E5E5. Windows color (decimal): -2233631 or 14805725. OLE color: 14805725.
HSL color Cylindrical-coordinate representation of color #DDEAE1: hue angle of 138.46º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDEAE1 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 234 | 225 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.08 |
| HSL | 138.46º | 0.24% | 0.89% | - |
| HSV(B) | 138.46º | 0.06% | 0.92% | - |
| XYZ | 72.83 | 79.65 | 82.77 | - |
| YUV | 229.09 | 125.69 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 225 | 0.06 | 0 | 0.04 | 0.08 | 138.46 | 0.24 | 0.89 |
| Hex | DD | EA | E1 | 6 | 0 | 4 | 8 | 8A | 18 | 59 |
| Octal | 335 | 352 | 341 | 6 | 0 | 4 | 10 | 212 | 30 | 131 |
| Binary | 11011101 | 11101010 | 11100001 | 110 | 0 | 100 | 1000 | 10001010 | 11000 | 1011001 |
Color Harmonies of #DDEAE1
Complementary color
Monochromatic Colors of #DDEAE1
Black with #DDEAE1
Text Example
Text Example
White with #DDEAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEAE1; }
p { color: rgb(221,234,225); }
H1.HeaderClassName
{
color: #DDEAE1;
}
.AnyTagClassName
{
color: #DDEAE1;
}
</style>
background-color css
<style>
a { background-color: #DDEAE1; }
a { background-color: rgb(221,234,225); }
div.DivClassName
{
background-color: #DDEAE1;
}
.BgClassName
{
background-color: #DDEAE1;
}
</style>
border-color css
<style>
span { border-color: #DDEAE1; }
span { border-color: rgb(221,234,225); }
td.TdClassName
{
border-color: #DDEAE1;
}
.TagClassName
{
border-color: #DDEAE1;
}
</style>