Shades of Swans Down #DCEDE2
Tints of Swans Down #DCEDE2
RGB
CMYK
RGB Variations
Color information
#DCEDE2 (or 0xDCEDE2) is known color: Swans Down. HEX triplet: DC, ED and E2. RGB value is (220,237,226). Sum of RGB (Red+Green+Blue) = 220+237+226=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 237 (92.97% from 255 or 34.70% from 683); Blue value is 226 (88.67% from 255 or 33.09% from 683); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDE2 is #23121D. Grayscale: #E6E6E6. Windows color (decimal): -2298398 or 14872028. OLE color: 14872028.
HSL color Cylindrical-coordinate representation of color #DCEDE2: hue angle of 141.18º 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 #DCEDE2 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 237 | 226 | - |
CMYK | 0.07 | 0 | 0.05 | 0.07 |
HSL | 141.18º | 0.32% | 0.9% | - |
HSV(B) | 141.18º | 0.07% | 0.93% | - |
XYZ | 73.53 | 81.28 | 83.76 | - |
YUV | 230.66 | 125.37 | 120.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 237 | 226 | 0.07 | 0 | 0.05 | 0.07 | 141.18 | 0.32 | 0.9 |
Hex | DC | ED | E2 | 7 | 0 | 5 | 7 | 8D | 20 | 5A |
Octal | 334 | 355 | 342 | 7 | 0 | 5 | 7 | 215 | 40 | 132 |
Binary | 11011100 | 11101101 | 11100010 | 111 | 0 | 101 | 111 | 10001101 | 100000 | 1011010 |
Color Harmonies of #DCEDE2
Complementary color
Monochromatic Colors of #DCEDE2
Black with #DCEDE2
Text Example
Text Example
White with #DCEDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDE2; }
p { color: rgb(220,237,226); }
H1.HeaderClassName
{
color: #DCEDE2;
}
.AnyTagClassName
{
color: #DCEDE2;
}
</style>
background-color css
<style>
a { background-color: #DCEDE2; }
a { background-color: rgb(220,237,226); }
div.DivClassName
{
background-color: #DCEDE2;
}
.BgClassName
{
background-color: #DCEDE2;
}
</style>
border-color css
<style>
span { border-color: #DCEDE2; }
span { border-color: rgb(220,237,226); }
td.TdClassName
{
border-color: #DCEDE2;
}
.TagClassName
{
border-color: #DCEDE2;
}
</style>