Shades of Swans Down #DCEBE2
Tints of Swans Down #DCEBE2
RGB
CMYK
RGB Variations
Color information
#DCEBE2 (or 0xDCEBE2) is known color: Swans Down. HEX triplet: DC, EB and E2. RGB value is (220,235,226). Sum of RGB (Red+Green+Blue) = 220+235+226=681 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.31% from 681); Green value is 235 (92.19% from 255 or 34.51% from 681); Blue value is 226 (88.67% from 255 or 33.19% from 681); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBE2 is #23141D. Grayscale: #E5E5E5. Windows color (decimal): -2298910 or 14871516. OLE color: 14871516.
HSL color Cylindrical-coordinate representation of color #DCEBE2: hue angle of 144º degrees, saturation: 0.27, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCEBE2 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 226 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.08 |
| HSL | 144º | 0.27% | 0.89% | - |
| HSV(B) | 144º | 0.06% | 0.92% | - |
| XYZ | 72.95 | 80.12 | 83.57 | - |
| YUV | 229.49 | 126.03 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 226 | 0.06 | 0 | 0.04 | 0.08 | 144 | 0.27 | 0.89 |
| Hex | DC | EB | E2 | 6 | 0 | 4 | 8 | 90 | 1B | 59 |
| Octal | 334 | 353 | 342 | 6 | 0 | 4 | 10 | 220 | 33 | 131 |
| Binary | 11011100 | 11101011 | 11100010 | 110 | 0 | 100 | 1000 | 10010000 | 11011 | 1011001 |
Color Harmonies of #DCEBE2
Complementary color
Monochromatic Colors of #DCEBE2
Black with #DCEBE2
Text Example
Text Example
White with #DCEBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEBE2; }
p { color: rgb(220,235,226); }
H1.HeaderClassName
{
color: #DCEBE2;
}
.AnyTagClassName
{
color: #DCEBE2;
}
</style>
background-color css
<style>
a { background-color: #DCEBE2; }
a { background-color: rgb(220,235,226); }
div.DivClassName
{
background-color: #DCEBE2;
}
.BgClassName
{
background-color: #DCEBE2;
}
</style>
border-color css
<style>
span { border-color: #DCEBE2; }
span { border-color: rgb(220,235,226); }
td.TdClassName
{
border-color: #DCEBE2;
}
.TagClassName
{
border-color: #DCEBE2;
}
</style>