Shades of Swans Down #DBEAE1
Tints of Swans Down #DBEAE1
RGB
CMYK
RGB Variations
Color information
#DBEAE1 (or 0xDBEAE1) is known color: Swans Down. HEX triplet: DB, EA and E1. RGB value is (219,234,225). Sum of RGB (Red+Green+Blue) = 219+234+225=678 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.30% from 678); Green value is 234 (91.80% from 255 or 34.51% from 678); Blue value is 225 (88.28% from 255 or 33.19% from 678); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAE1 is #24151E. Grayscale: #E4E4E4. Windows color (decimal): -2364703 or 14805723. OLE color: 14805723.
HSL color Cylindrical-coordinate representation of color #DBEAE1: hue angle of 144º degrees, saturation: 0.26, 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 #DBEAE1 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 225 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.08 |
| HSL | 144º | 0.26% | 0.89% | - |
| HSV(B) | 144º | 0.06% | 0.92% | - |
| XYZ | 72.23 | 79.34 | 82.74 | - |
| YUV | 228.49 | 126.03 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 225 | 0.06 | 0 | 0.04 | 0.08 | 144 | 0.26 | 0.89 |
| Hex | DB | EA | E1 | 6 | 0 | 4 | 8 | 90 | 1A | 59 |
| Octal | 333 | 352 | 341 | 6 | 0 | 4 | 10 | 220 | 32 | 131 |
| Binary | 11011011 | 11101010 | 11100001 | 110 | 0 | 100 | 1000 | 10010000 | 11010 | 1011001 |
Color Harmonies of #DBEAE1
Complementary color
Monochromatic Colors of #DBEAE1
Black with #DBEAE1
Text Example
Text Example
White with #DBEAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEAE1; }
p { color: rgb(219,234,225); }
H1.HeaderClassName
{
color: #DBEAE1;
}
.AnyTagClassName
{
color: #DBEAE1;
}
</style>
background-color css
<style>
a { background-color: #DBEAE1; }
a { background-color: rgb(219,234,225); }
div.DivClassName
{
background-color: #DBEAE1;
}
.BgClassName
{
background-color: #DBEAE1;
}
</style>
border-color css
<style>
span { border-color: #DBEAE1; }
span { border-color: rgb(219,234,225); }
td.TdClassName
{
border-color: #DBEAE1;
}
.TagClassName
{
border-color: #DBEAE1;
}
</style>