Shades of Tusk #DBE7B5
Tints of Tusk #DBE7B5
RGB
CMYK
RGB Variations
Color information
#DBE7B5 (or 0xDBE7B5) is known color: Tusk. HEX triplet: DB, E7 and B5. RGB value is (219,231,181). Sum of RGB (Red+Green+Blue) = 219+231+181=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 231 (90.62% from 255 or 36.61% from 631); Blue value is 181 (71.09% from 255 or 28.68% from 631); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE7B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE7B5 is #24184A. Grayscale: #DDDDDD. Windows color (decimal): -2365515 or 11921371. OLE color: 11921371.
HSL color Cylindrical-coordinate representation of color #DBE7B5: hue angle of 74.4º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBE7B5 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 231 | 181 | - |
CMYK | 0.05 | 0 | 0.22 | 0.09 |
HSL | 74.4º | 0.51% | 0.81% | - |
HSV(B) | 74.4º | 0.22% | 0.91% | - |
XYZ | 66.13 | 75.55 | 54.81 | - |
YUV | 221.71 | 105.02 | 126.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 231 | 181 | 0.05 | 0 | 0.22 | 0.09 | 74.4 | 0.51 | 0.81 |
Hex | DB | E7 | B5 | 5 | 0 | 16 | 9 | 4A | 33 | 51 |
Octal | 333 | 347 | 265 | 5 | 0 | 26 | 11 | 112 | 63 | 121 |
Binary | 11011011 | 11100111 | 10110101 | 101 | 0 | 10110 | 1001 | 1001010 | 110011 | 1010001 |
Color Harmonies of #DBE7B5
Complementary color
Monochromatic Colors of #DBE7B5
Black with #DBE7B5
Text Example
Text Example
White with #DBE7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE7B5; }
p { color: rgb(219,231,181); }
H1.HeaderClassName
{
color: #DBE7B5;
}
.AnyTagClassName
{
color: #DBE7B5;
}
</style>
background-color css
<style>
a { background-color: #DBE7B5; }
a { background-color: rgb(219,231,181); }
div.DivClassName
{
background-color: #DBE7B5;
}
.BgClassName
{
background-color: #DBE7B5;
}
</style>
border-color css
<style>
span { border-color: #DBE7B5; }
span { border-color: rgb(219,231,181); }
td.TdClassName
{
border-color: #DBE7B5;
}
.TagClassName
{
border-color: #DBE7B5;
}
</style>