Shades of Swans Down #DCECE2
Tints of Swans Down #DCECE2
RGB
CMYK
RGB Variations
Color information
#DCECE2 (or 0xDCECE2) is known color: Swans Down. HEX triplet: DC, EC and E2. RGB value is (220,236,226). Sum of RGB (Red+Green+Blue) = 220+236+226=682 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.26% from 682); Green value is 236 (92.58% from 255 or 34.60% from 682); Blue value is 226 (88.67% from 255 or 33.14% from 682); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCECE2 is #23131D. Grayscale: #E6E6E6. Windows color (decimal): -2298654 or 14871772. OLE color: 14871772.
HSL color Cylindrical-coordinate representation of color #DCECE2: hue angle of 142.5º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCECE2 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 236 | 226 | - |
CMYK | 0.07 | 0 | 0.04 | 0.07 |
HSL | 142.5º | 0.3% | 0.89% | - |
HSV(B) | 142.5º | 0.07% | 0.93% | - |
XYZ | 73.24 | 80.7 | 83.67 | - |
YUV | 230.08 | 125.7 | 120.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 236 | 226 | 0.07 | 0 | 0.04 | 0.07 | 142.5 | 0.3 | 0.89 |
Hex | DC | EC | E2 | 7 | 0 | 4 | 7 | 8E | 1E | 59 |
Octal | 334 | 354 | 342 | 7 | 0 | 4 | 7 | 216 | 36 | 131 |
Binary | 11011100 | 11101100 | 11100010 | 111 | 0 | 100 | 111 | 10001110 | 11110 | 1011001 |
Color Harmonies of #DCECE2
Complementary color
Monochromatic Colors of #DCECE2
Black with #DCECE2
Text Example
Text Example
White with #DCECE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECE2; }
p { color: rgb(220,236,226); }
H1.HeaderClassName
{
color: #DCECE2;
}
.AnyTagClassName
{
color: #DCECE2;
}
</style>
background-color css
<style>
a { background-color: #DCECE2; }
a { background-color: rgb(220,236,226); }
div.DivClassName
{
background-color: #DCECE2;
}
.BgClassName
{
background-color: #DCECE2;
}
</style>
border-color css
<style>
span { border-color: #DCECE2; }
span { border-color: rgb(220,236,226); }
td.TdClassName
{
border-color: #DCECE2;
}
.TagClassName
{
border-color: #DCECE2;
}
</style>