Shades of Tusk #DBE3B5
Tints of Tusk #DBE3B5
RGB
CMYK
RGB Variations
Color information
#DBE3B5 (or 0xDBE3B5) is known color: Tusk. HEX triplet: DB, E3 and B5. RGB value is (219,227,181). Sum of RGB (Red+Green+Blue) = 219+227+181=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 227 (89.06% from 255 or 36.20% from 627); Blue value is 181 (71.09% from 255 or 28.87% from 627); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE3B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE3B5 is #241C4A. Grayscale: #DBDBDB. Windows color (decimal): -2366539 or 11920347. OLE color: 11920347.
HSL color Cylindrical-coordinate representation of color #DBE3B5: hue angle of 70.43º degrees, saturation: 0.45, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBE3B5 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
RGB | 219 | 227 | 181 | - |
CMYK | 0.04 | 0 | 0.20 | 0.11 |
HSL | 70.43º | 0.45% | 0.8% | - |
HSV(B) | 70.43º | 0.2% | 0.89% | - |
XYZ | 65.02 | 73.33 | 54.44 | - |
YUV | 219.36 | 106.35 | 127.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 227 | 181 | 0.04 | 0 | 0.20 | 0.11 | 70.43 | 0.45 | 0.8 |
Hex | DB | E3 | B5 | 4 | 0 | 14 | B | 46 | 2D | 50 |
Octal | 333 | 343 | 265 | 4 | 0 | 24 | 13 | 106 | 55 | 120 |
Binary | 11011011 | 11100011 | 10110101 | 100 | 0 | 10100 | 1011 | 1000110 | 101101 | 1010000 |
Color Harmonies of #DBE3B5
Complementary color
Monochromatic Colors of #DBE3B5
Black with #DBE3B5
Text Example
Text Example
White with #DBE3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE3B5; }
p { color: rgb(219,227,181); }
H1.HeaderClassName
{
color: #DBE3B5;
}
.AnyTagClassName
{
color: #DBE3B5;
}
</style>
background-color css
<style>
a { background-color: #DBE3B5; }
a { background-color: rgb(219,227,181); }
div.DivClassName
{
background-color: #DBE3B5;
}
.BgClassName
{
background-color: #DBE3B5;
}
</style>
border-color css
<style>
span { border-color: #DBE3B5; }
span { border-color: rgb(219,227,181); }
td.TdClassName
{
border-color: #DBE3B5;
}
.TagClassName
{
border-color: #DBE3B5;
}
</style>