Shades of Swans Down #DBE2DD
Tints of Swans Down #DBE2DD
RGB
CMYK
RGB Variations
Color information
#DBE2DD (or 0xDBE2DD) is known color: Swans Down. HEX triplet: DB, E2 and DD. RGB value is (219,226,221). Sum of RGB (Red+Green+Blue) = 219+226+221=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 226 (88.67% from 255 or 33.93% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE2DD is #241D22. Grayscale: #DFDFDF. Windows color (decimal): -2366755 or 14541531. OLE color: 14541531.
HSL color Cylindrical-coordinate representation of color #DBE2DD: hue angle of 137.14º degrees, saturation: 0.11, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DBE2DD is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
RGB | 219 | 226 | 221 | - |
CMYK | 0.03 | 0 | 0.02 | 0.11 |
HSL | 137.14º | 0.11% | 0.87% | - |
HSV(B) | 137.14º | 0.03% | 0.89% | - |
XYZ | 69.46 | 74.67 | 79.16 | - |
YUV | 223.34 | 126.68 | 124.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 226 | 221 | 0.03 | 0 | 0.02 | 0.11 | 137.14 | 0.11 | 0.87 |
Hex | DB | E2 | DD | 3 | 0 | 2 | B | 89 | B | 57 |
Octal | 333 | 342 | 335 | 3 | 0 | 2 | 13 | 211 | 13 | 127 |
Binary | 11011011 | 11100010 | 11011101 | 11 | 0 | 10 | 1011 | 10001001 | 1011 | 1010111 |
Color Harmonies of #DBE2DD
Complementary color
Monochromatic Colors of #DBE2DD
Black with #DBE2DD
Text Example
Text Example
White with #DBE2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE2DD; }
p { color: rgb(219,226,221); }
H1.HeaderClassName
{
color: #DBE2DD;
}
.AnyTagClassName
{
color: #DBE2DD;
}
</style>
background-color css
<style>
a { background-color: #DBE2DD; }
a { background-color: rgb(219,226,221); }
div.DivClassName
{
background-color: #DBE2DD;
}
.BgClassName
{
background-color: #DBE2DD;
}
</style>
border-color css
<style>
span { border-color: #DBE2DD; }
span { border-color: rgb(219,226,221); }
td.TdClassName
{
border-color: #DBE2DD;
}
.TagClassName
{
border-color: #DBE2DD;
}
</style>