Shades of Swans Down #DBE8DE
Tints of Swans Down #DBE8DE
RGB
CMYK
RGB Variations
Color information
#DBE8DE (or 0xDBE8DE) is known color: Swans Down. HEX triplet: DB, E8 and DE. RGB value is (219,232,222). Sum of RGB (Red+Green+Blue) = 219+232+222=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 232 (91.02% from 255 or 34.47% from 673); Blue value is 222 (87.11% from 255 or 32.99% from 673); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE8DE is #241721. Grayscale: #E3E3E3. Windows color (decimal): -2365218 or 14608603. OLE color: 14608603.
HSL color Cylindrical-coordinate representation of color #DBE8DE: hue angle of 133.85º degrees, saturation: 0.22, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBE8DE is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 222 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.09 |
| HSL | 133.85º | 0.22% | 0.88% | - |
| HSV(B) | 133.85º | 0.06% | 0.91% | - |
| XYZ | 71.25 | 78.05 | 80.42 | - |
| YUV | 226.97 | 125.19 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 222 | 0.06 | 0 | 0.04 | 0.09 | 133.85 | 0.22 | 0.88 |
| Hex | DB | E8 | DE | 6 | 0 | 4 | 9 | 86 | 16 | 58 |
| Octal | 333 | 350 | 336 | 6 | 0 | 4 | 11 | 206 | 26 | 130 |
| Binary | 11011011 | 11101000 | 11011110 | 110 | 0 | 100 | 1001 | 10000110 | 10110 | 1011000 |
Color Harmonies of #DBE8DE
Complementary color
Monochromatic Colors of #DBE8DE
Black with #DBE8DE
Text Example
Text Example
White with #DBE8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE8DE; }
p { color: rgb(219,232,222); }
H1.HeaderClassName
{
color: #DBE8DE;
}
.AnyTagClassName
{
color: #DBE8DE;
}
</style>
background-color css
<style>
a { background-color: #DBE8DE; }
a { background-color: rgb(219,232,222); }
div.DivClassName
{
background-color: #DBE8DE;
}
.BgClassName
{
background-color: #DBE8DE;
}
</style>
border-color css
<style>
span { border-color: #DBE8DE; }
span { border-color: rgb(219,232,222); }
td.TdClassName
{
border-color: #DBE8DE;
}
.TagClassName
{
border-color: #DBE8DE;
}
</style>