Shades of Swans Down #DCEBE0
Tints of Swans Down #DCEBE0
RGB
CMYK
RGB Variations
Color information
#DCEBE0 (or 0xDCEBE0) is known color: Swans Down. HEX triplet: DC, EB and E0. RGB value is (220,235,224). Sum of RGB (Red+Green+Blue) = 220+235+224=679 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.40% from 679); Green value is 235 (92.19% from 255 or 34.61% from 679); Blue value is 224 (87.89% from 255 or 32.99% from 679); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBE0 is #23141F. Grayscale: #E5E5E5. Windows color (decimal): -2298912 or 14740444. OLE color: 14740444.
HSL color Cylindrical-coordinate representation of color #DCEBE0: hue angle of 136º 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 #DCEBE0 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 224 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.08 |
| HSL | 136º | 0.27% | 0.89% | - |
| HSV(B) | 136º | 0.06% | 0.92% | - |
| XYZ | 72.68 | 80.01 | 82.13 | - |
| YUV | 229.26 | 125.03 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 224 | 0.06 | 0 | 0.05 | 0.08 | 136 | 0.27 | 0.89 |
| Hex | DC | EB | E0 | 6 | 0 | 5 | 8 | 88 | 1B | 59 |
| Octal | 334 | 353 | 340 | 6 | 0 | 5 | 10 | 210 | 33 | 131 |
| Binary | 11011100 | 11101011 | 11100000 | 110 | 0 | 101 | 1000 | 10001000 | 11011 | 1011001 |
Color Harmonies of #DCEBE0
Complementary color
Monochromatic Colors of #DCEBE0
Black with #DCEBE0
Text Example
Text Example
White with #DCEBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEBE0; }
p { color: rgb(220,235,224); }
H1.HeaderClassName
{
color: #DCEBE0;
}
.AnyTagClassName
{
color: #DCEBE0;
}
</style>
background-color css
<style>
a { background-color: #DCEBE0; }
a { background-color: rgb(220,235,224); }
div.DivClassName
{
background-color: #DCEBE0;
}
.BgClassName
{
background-color: #DCEBE0;
}
</style>
border-color css
<style>
span { border-color: #DCEBE0; }
span { border-color: rgb(220,235,224); }
td.TdClassName
{
border-color: #DCEBE0;
}
.TagClassName
{
border-color: #DCEBE0;
}
</style>