Shades of Swans Down #DBEDE0
Tints of Swans Down #DBEDE0
RGB
CMYK
RGB Variations
Color information
#DBEDE0 (or 0xDBEDE0) is known color: Swans Down. HEX triplet: DB, ED and E0. RGB value is (219,237,224). Sum of RGB (Red+Green+Blue) = 219+237+224=680 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.21% from 680); Green value is 237 (92.97% from 255 or 34.85% from 680); Blue value is 224 (87.89% from 255 or 32.94% from 680); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDE0 is #24121F. Grayscale: #E6E6E6. Windows color (decimal): -2363936 or 14740955. OLE color: 14740955.
HSL color Cylindrical-coordinate representation of color #DBEDE0: hue angle of 136.67º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBEDE0 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 224 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.07 |
| HSL | 136.67º | 0.33% | 0.89% | - |
| HSV(B) | 136.67º | 0.08% | 0.93% | - |
| XYZ | 72.95 | 81.01 | 82.31 | - |
| YUV | 230.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 224 | 0.08 | 0 | 0.05 | 0.07 | 136.67 | 0.33 | 0.89 |
| Hex | DB | ED | E0 | 8 | 0 | 5 | 7 | 89 | 21 | 59 |
| Octal | 333 | 355 | 340 | 10 | 0 | 5 | 7 | 211 | 41 | 131 |
| Binary | 11011011 | 11101101 | 11100000 | 1000 | 0 | 101 | 111 | 10001001 | 100001 | 1011001 |
Color Harmonies of #DBEDE0
Complementary color
Monochromatic Colors of #DBEDE0
Black with #DBEDE0
Text Example
Text Example
White with #DBEDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDE0; }
p { color: rgb(219,237,224); }
H1.HeaderClassName
{
color: #DBEDE0;
}
.AnyTagClassName
{
color: #DBEDE0;
}
</style>
background-color css
<style>
a { background-color: #DBEDE0; }
a { background-color: rgb(219,237,224); }
div.DivClassName
{
background-color: #DBEDE0;
}
.BgClassName
{
background-color: #DBEDE0;
}
</style>
border-color css
<style>
span { border-color: #DBEDE0; }
span { border-color: rgb(219,237,224); }
td.TdClassName
{
border-color: #DBEDE0;
}
.TagClassName
{
border-color: #DBEDE0;
}
</style>