Shades of Swans Down #DDE6E0
Tints of Swans Down #DDE6E0
RGB
CMYK
RGB Variations
Color information
#DDE6E0 (or 0xDDE6E0) is known color: Swans Down. HEX triplet: DD, E6 and E0. RGB value is (221,230,224). Sum of RGB (Red+Green+Blue) = 221+230+224=675 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.74% from 675); Green value is 230 (90.23% from 255 or 34.07% from 675); Blue value is 224 (87.89% from 255 or 33.19% from 675); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE6E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE6E0 is #22191F. Grayscale: #E2E2E2. Windows color (decimal): -2234656 or 14739165. OLE color: 14739165.
HSL color Cylindrical-coordinate representation of color #DDE6E0: hue angle of 140º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDE6E0 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
RGB | 221 | 230 | 224 | - |
CMYK | 0.04 | 0 | 0.03 | 0.10 |
HSL | 140º | 0.15% | 0.88% | - |
HSV(B) | 140º | 0.04% | 0.9% | - |
XYZ | 71.57 | 77.35 | 81.68 | - |
YUV | 226.63 | 126.52 | 123.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 230 | 224 | 0.04 | 0 | 0.03 | 0.10 | 140 | 0.15 | 0.88 |
Hex | DD | E6 | E0 | 4 | 0 | 3 | A | 8C | F | 58 |
Octal | 335 | 346 | 340 | 4 | 0 | 3 | 12 | 214 | 17 | 130 |
Binary | 11011101 | 11100110 | 11100000 | 100 | 0 | 11 | 1010 | 10001100 | 1111 | 1011000 |
Color Harmonies of #DDE6E0
Complementary color
Monochromatic Colors of #DDE6E0
Black with #DDE6E0
Text Example
Text Example
White with #DDE6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE6E0; }
p { color: rgb(221,230,224); }
H1.HeaderClassName
{
color: #DDE6E0;
}
.AnyTagClassName
{
color: #DDE6E0;
}
</style>
background-color css
<style>
a { background-color: #DDE6E0; }
a { background-color: rgb(221,230,224); }
div.DivClassName
{
background-color: #DDE6E0;
}
.BgClassName
{
background-color: #DDE6E0;
}
</style>
border-color css
<style>
span { border-color: #DDE6E0; }
span { border-color: rgb(221,230,224); }
td.TdClassName
{
border-color: #DDE6E0;
}
.TagClassName
{
border-color: #DDE6E0;
}
</style>