Shades of Tusk #DBEBB3
Tints of Tusk #DBEBB3
RGB
CMYK
RGB Variations
Color information
#DBEBB3 (or 0xDBEBB3) is known color: Tusk. HEX triplet: DB, EB and B3. RGB value is (219,235,179). Sum of RGB (Red+Green+Blue) = 219+235+179=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 179 (70.31% from 255 or 28.28% from 633); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBB3 is #24144C. Grayscale: #E0E0E0. Windows color (decimal): -2364493 or 11791323. OLE color: 11791323.
HSL color Cylindrical-coordinate representation of color #DBEBB3: hue angle of 77.14º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBEBB3 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 179 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.08 |
| HSL | 77.14º | 0.58% | 0.81% | - |
| HSV(B) | 77.14º | 0.24% | 0.92% | - |
| XYZ | 67.06 | 77.73 | 54.12 | - |
| YUV | 223.83 | 102.7 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 179 | 0.07 | 0 | 0.24 | 0.08 | 77.14 | 0.58 | 0.81 |
| Hex | DB | EB | B3 | 7 | 0 | 18 | 8 | 4D | 3A | 51 |
| Octal | 333 | 353 | 263 | 7 | 0 | 30 | 10 | 115 | 72 | 121 |
| Binary | 11011011 | 11101011 | 10110011 | 111 | 0 | 11000 | 1000 | 1001101 | 111010 | 1010001 |
Color Harmonies of #DBEBB3
Complementary color
Monochromatic Colors of #DBEBB3
Black with #DBEBB3
Text Example
Text Example
White with #DBEBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBB3; }
p { color: rgb(219,235,179); }
H1.HeaderClassName
{
color: #DBEBB3;
}
.AnyTagClassName
{
color: #DBEBB3;
}
</style>
background-color css
<style>
a { background-color: #DBEBB3; }
a { background-color: rgb(219,235,179); }
div.DivClassName
{
background-color: #DBEBB3;
}
.BgClassName
{
background-color: #DBEBB3;
}
</style>
border-color css
<style>
span { border-color: #DBEBB3; }
span { border-color: rgb(219,235,179); }
td.TdClassName
{
border-color: #DBEBB3;
}
.TagClassName
{
border-color: #DBEBB3;
}
</style>