Shades of Swans Down #DDECE1
Tints of Swans Down #DDECE1
RGB
CMYK
RGB Variations
Color information
#DDECE1 (or 0xDDECE1) is known color: Swans Down. HEX triplet: DD, EC and E1. RGB value is (221,236,225). Sum of RGB (Red+Green+Blue) = 221+236+225=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 236 (92.58% from 255 or 34.60% from 682); Blue value is 225 (88.28% from 255 or 32.99% from 682); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECE1 is #22131E. Grayscale: #E6E6E6. Windows color (decimal): -2233119 or 14806237. OLE color: 14806237.
HSL color Cylindrical-coordinate representation of color #DDECE1: hue angle of 136º 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 #DDECE1 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 236 | 225 | - |
CMYK | 0.06 | 0 | 0.05 | 0.07 |
HSL | 136º | 0.28% | 0.9% | - |
HSV(B) | 136º | 0.06% | 0.93% | - |
XYZ | 73.4 | 80.8 | 82.96 | - |
YUV | 230.26 | 125.03 | 121.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 236 | 225 | 0.06 | 0 | 0.05 | 0.07 | 136 | 0.28 | 0.9 |
Hex | DD | EC | E1 | 6 | 0 | 5 | 7 | 88 | 1C | 5A |
Octal | 335 | 354 | 341 | 6 | 0 | 5 | 7 | 210 | 34 | 132 |
Binary | 11011101 | 11101100 | 11100001 | 110 | 0 | 101 | 111 | 10001000 | 11100 | 1011010 |
Color Harmonies of #DDECE1
Complementary color
Monochromatic Colors of #DDECE1
Black with #DDECE1
Text Example
Text Example
White with #DDECE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECE1; }
p { color: rgb(221,236,225); }
H1.HeaderClassName
{
color: #DDECE1;
}
.AnyTagClassName
{
color: #DDECE1;
}
</style>
background-color css
<style>
a { background-color: #DDECE1; }
a { background-color: rgb(221,236,225); }
div.DivClassName
{
background-color: #DDECE1;
}
.BgClassName
{
background-color: #DDECE1;
}
</style>
border-color css
<style>
span { border-color: #DDECE1; }
span { border-color: rgb(221,236,225); }
td.TdClassName
{
border-color: #DDECE1;
}
.TagClassName
{
border-color: #DDECE1;
}
</style>