Shades of Swans Down #DDE4DF
Tints of Swans Down #DDE4DF
RGB
CMYK
RGB Variations
Color information
#DDE4DF (or 0xDDE4DF) is known color: Swans Down. HEX triplet: DD, E4 and DF. RGB value is (221,228,223). Sum of RGB (Red+Green+Blue) = 221+228+223=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 228 (89.45% from 255 or 33.93% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE4DF is #221B20. Grayscale: #E1E1E1. Windows color (decimal): -2235169 or 14673117. OLE color: 14673117.
HSL color Cylindrical-coordinate representation of color #DDE4DF: hue angle of 137.14º degrees, saturation: 0.11, 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 #DDE4DF is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
RGB | 221 | 228 | 223 | - |
CMYK | 0.03 | 0 | 0.02 | 0.11 |
HSL | 137.14º | 0.11% | 0.88% | - |
HSV(B) | 137.14º | 0.03% | 0.89% | - |
XYZ | 70.88 | 76.19 | 80.78 | - |
YUV | 225.34 | 126.68 | 124.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 228 | 223 | 0.03 | 0 | 0.02 | 0.11 | 137.14 | 0.11 | 0.88 |
Hex | DD | E4 | DF | 3 | 0 | 2 | B | 89 | B | 58 |
Octal | 335 | 344 | 337 | 3 | 0 | 2 | 13 | 211 | 13 | 130 |
Binary | 11011101 | 11100100 | 11011111 | 11 | 0 | 10 | 1011 | 10001001 | 1011 | 1011000 |
Color Harmonies of #DDE4DF
Complementary color
Monochromatic Colors of #DDE4DF
Black with #DDE4DF
Text Example
Text Example
White with #DDE4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE4DF; }
p { color: rgb(221,228,223); }
H1.HeaderClassName
{
color: #DDE4DF;
}
.AnyTagClassName
{
color: #DDE4DF;
}
</style>
background-color css
<style>
a { background-color: #DDE4DF; }
a { background-color: rgb(221,228,223); }
div.DivClassName
{
background-color: #DDE4DF;
}
.BgClassName
{
background-color: #DDE4DF;
}
</style>
border-color css
<style>
span { border-color: #DDE4DF; }
span { border-color: rgb(221,228,223); }
td.TdClassName
{
border-color: #DDE4DF;
}
.TagClassName
{
border-color: #DDE4DF;
}
</style>