Shades of Swans Down #DBE3DD
Tints of Swans Down #DBE3DD
RGB
CMYK
RGB Variations
Color information
#DBE3DD (or 0xDBE3DD) is known color: Swans Down. HEX triplet: DB, E3 and DD. RGB value is (219,227,221). Sum of RGB (Red+Green+Blue) = 219+227+221=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 227 (89.06% from 255 or 34.03% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE3DD is #241C22. Grayscale: #DFDFDF. Windows color (decimal): -2366499 or 14541787. OLE color: 14541787.
HSL color Cylindrical-coordinate representation of color #DBE3DD: hue angle of 135º degrees, saturation: 0.12, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBE3DD is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
RGB | 219 | 227 | 221 | - |
CMYK | 0.04 | 0 | 0.03 | 0.11 |
HSL | 135º | 0.13% | 0.87% | - |
HSV(B) | 135º | 0.04% | 0.89% | - |
XYZ | 69.73 | 75.22 | 79.25 | - |
YUV | 223.92 | 126.35 | 124.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 227 | 221 | 0.04 | 0 | 0.03 | 0.11 | 135 | 0.13 | 0.87 |
Hex | DB | E3 | DD | 4 | 0 | 3 | B | 87 | C | 57 |
Octal | 333 | 343 | 335 | 4 | 0 | 3 | 13 | 207 | 14 | 127 |
Binary | 11011011 | 11100011 | 11011101 | 100 | 0 | 11 | 1011 | 10000111 | 1100 | 1010111 |
Color Harmonies of #DBE3DD
Complementary color
Monochromatic Colors of #DBE3DD
Black with #DBE3DD
Text Example
Text Example
White with #DBE3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE3DD; }
p { color: rgb(219,227,221); }
H1.HeaderClassName
{
color: #DBE3DD;
}
.AnyTagClassName
{
color: #DBE3DD;
}
</style>
background-color css
<style>
a { background-color: #DBE3DD; }
a { background-color: rgb(219,227,221); }
div.DivClassName
{
background-color: #DBE3DD;
}
.BgClassName
{
background-color: #DBE3DD;
}
</style>
border-color css
<style>
span { border-color: #DBE3DD; }
span { border-color: rgb(219,227,221); }
td.TdClassName
{
border-color: #DBE3DD;
}
.TagClassName
{
border-color: #DBE3DD;
}
</style>