Shades of Swans Down #DDECE2
Tints of Swans Down #DDECE2
RGB
CMYK
RGB Variations
Color information
#DDECE2 (or 0xDDECE2) is known color: Swans Down. HEX triplet: DD, EC and E2. RGB value is (221,236,226). Sum of RGB (Red+Green+Blue) = 221+236+226=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 236 (92.58% from 255 or 34.55% from 683); Blue value is 226 (88.67% from 255 or 33.09% from 683); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECE2 is #22131D. Grayscale: #E6E6E6. Windows color (decimal): -2233118 or 14871773. OLE color: 14871773.
HSL color Cylindrical-coordinate representation of color #DDECE2: hue angle of 140º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDECE2 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 236 | 226 | - |
CMYK | 0.06 | 0 | 0.04 | 0.07 |
HSL | 140º | 0.28% | 0.9% | - |
HSV(B) | 140º | 0.06% | 0.93% | - |
XYZ | 73.54 | 80.85 | 83.68 | - |
YUV | 230.38 | 125.53 | 121.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 236 | 226 | 0.06 | 0 | 0.04 | 0.07 | 140 | 0.28 | 0.9 |
Hex | DD | EC | E2 | 6 | 0 | 4 | 7 | 8C | 1C | 5A |
Octal | 335 | 354 | 342 | 6 | 0 | 4 | 7 | 214 | 34 | 132 |
Binary | 11011101 | 11101100 | 11100010 | 110 | 0 | 100 | 111 | 10001100 | 11100 | 1011010 |
Color Harmonies of #DDECE2
Complementary color
Monochromatic Colors of #DDECE2
Black with #DDECE2
Text Example
Text Example
White with #DDECE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECE2; }
p { color: rgb(221,236,226); }
H1.HeaderClassName
{
color: #DDECE2;
}
.AnyTagClassName
{
color: #DDECE2;
}
</style>
background-color css
<style>
a { background-color: #DDECE2; }
a { background-color: rgb(221,236,226); }
div.DivClassName
{
background-color: #DDECE2;
}
.BgClassName
{
background-color: #DDECE2;
}
</style>
border-color css
<style>
span { border-color: #DDECE2; }
span { border-color: rgb(221,236,226); }
td.TdClassName
{
border-color: #DDECE2;
}
.TagClassName
{
border-color: #DDECE2;
}
</style>