Shades of Swans Down #DCE7DE
Tints of Swans Down #DCE7DE
RGB
CMYK
RGB Variations
Color information
#DCE7DE (or 0xDCE7DE) is known color: Swans Down. HEX triplet: DC, E7 and DE. RGB value is (220,231,222). Sum of RGB (Red+Green+Blue) = 220+231+222=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 231 (90.62% from 255 or 34.32% from 673); Blue value is 222 (87.11% from 255 or 32.99% from 673); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE7DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE7DE is #231821. Grayscale: #E2E2E2. Windows color (decimal): -2299938 or 14608348. OLE color: 14608348.
HSL color Cylindrical-coordinate representation of color #DCE7DE: hue angle of 130.91º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCE7DE is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 231 | 222 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.09 |
| HSL | 130.91º | 0.19% | 0.88% | - |
| HSV(B) | 130.91º | 0.05% | 0.91% | - |
| XYZ | 71.28 | 77.64 | 80.34 | - |
| YUV | 226.69 | 125.36 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 231 | 222 | 0.05 | 0 | 0.04 | 0.09 | 130.91 | 0.19 | 0.88 |
| Hex | DC | E7 | DE | 5 | 0 | 4 | 9 | 83 | 13 | 58 |
| Octal | 334 | 347 | 336 | 5 | 0 | 4 | 11 | 203 | 23 | 130 |
| Binary | 11011100 | 11100111 | 11011110 | 101 | 0 | 100 | 1001 | 10000011 | 10011 | 1011000 |
Color Harmonies of #DCE7DE
Complementary color
Monochromatic Colors of #DCE7DE
Black with #DCE7DE
Text Example
Text Example
White with #DCE7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE7DE; }
p { color: rgb(220,231,222); }
H1.HeaderClassName
{
color: #DCE7DE;
}
.AnyTagClassName
{
color: #DCE7DE;
}
</style>
background-color css
<style>
a { background-color: #DCE7DE; }
a { background-color: rgb(220,231,222); }
div.DivClassName
{
background-color: #DCE7DE;
}
.BgClassName
{
background-color: #DCE7DE;
}
</style>
border-color css
<style>
span { border-color: #DCE7DE; }
span { border-color: rgb(220,231,222); }
td.TdClassName
{
border-color: #DCE7DE;
}
.TagClassName
{
border-color: #DCE7DE;
}
</style>