Shades of Swans Down #DCEDE1
Tints of Swans Down #DCEDE1
RGB
CMYK
RGB Variations
Color information
#DCEDE1 (or 0xDCEDE1) is known color: Swans Down. HEX triplet: DC, ED and E1. RGB value is (220,237,225). Sum of RGB (Red+Green+Blue) = 220+237+225=682 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.26% from 682); Green value is 237 (92.97% from 255 or 34.75% from 682); Blue value is 225 (88.28% from 255 or 32.99% from 682); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDE1 is #23121E. Grayscale: #E6E6E6. Windows color (decimal): -2298399 or 14806492. OLE color: 14806492.
HSL color Cylindrical-coordinate representation of color #DCEDE1: hue angle of 137.65º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCEDE1 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 225 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.07 |
| HSL | 137.65º | 0.32% | 0.9% | - |
| HSV(B) | 137.65º | 0.07% | 0.93% | - |
| XYZ | 73.39 | 81.22 | 83.04 | - |
| YUV | 230.55 | 124.87 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 225 | 0.07 | 0 | 0.05 | 0.07 | 137.65 | 0.32 | 0.9 |
| Hex | DC | ED | E1 | 7 | 0 | 5 | 7 | 8A | 20 | 5A |
| Octal | 334 | 355 | 341 | 7 | 0 | 5 | 7 | 212 | 40 | 132 |
| Binary | 11011100 | 11101101 | 11100001 | 111 | 0 | 101 | 111 | 10001010 | 100000 | 1011010 |
Color Harmonies of #DCEDE1
Complementary color
Monochromatic Colors of #DCEDE1
Black with #DCEDE1
Text Example
Text Example
White with #DCEDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDE1; }
p { color: rgb(220,237,225); }
H1.HeaderClassName
{
color: #DCEDE1;
}
.AnyTagClassName
{
color: #DCEDE1;
}
</style>
background-color css
<style>
a { background-color: #DCEDE1; }
a { background-color: rgb(220,237,225); }
div.DivClassName
{
background-color: #DCEDE1;
}
.BgClassName
{
background-color: #DCEDE1;
}
</style>
border-color css
<style>
span { border-color: #DCEDE1; }
span { border-color: rgb(220,237,225); }
td.TdClassName
{
border-color: #DCEDE1;
}
.TagClassName
{
border-color: #DCEDE1;
}
</style>