Shades of Tusk #DBEBB4
Tints of Tusk #DBEBB4
RGB
CMYK
RGB Variations
Color information
#DBEBB4 (or 0xDBEBB4) is known color: Tusk. HEX triplet: DB, EB and B4. RGB value is (219,235,180). Sum of RGB (Red+Green+Blue) = 219+235+180=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 180 (70.70% from 255 or 28.39% from 634); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBB4 is #24144B. Grayscale: #E0E0E0. Windows color (decimal): -2364492 or 11856859. OLE color: 11856859.
HSL color Cylindrical-coordinate representation of color #DBEBB4: hue angle of 77.45º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBEBB4 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 180 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.08 |
| HSL | 77.45º | 0.58% | 0.81% | - |
| HSV(B) | 77.45º | 0.23% | 0.92% | - |
| XYZ | 67.16 | 77.77 | 54.65 | - |
| YUV | 223.95 | 103.2 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 180 | 0.07 | 0 | 0.23 | 0.08 | 77.45 | 0.58 | 0.81 |
| Hex | DB | EB | B4 | 7 | 0 | 17 | 8 | 4D | 3A | 51 |
| Octal | 333 | 353 | 264 | 7 | 0 | 27 | 10 | 115 | 72 | 121 |
| Binary | 11011011 | 11101011 | 10110100 | 111 | 0 | 10111 | 1000 | 1001101 | 111010 | 1010001 |
Color Harmonies of #DBEBB4
Complementary color
Monochromatic Colors of #DBEBB4
Black with #DBEBB4
Text Example
Text Example
White with #DBEBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBB4; }
p { color: rgb(219,235,180); }
H1.HeaderClassName
{
color: #DBEBB4;
}
.AnyTagClassName
{
color: #DBEBB4;
}
</style>
background-color css
<style>
a { background-color: #DBEBB4; }
a { background-color: rgb(219,235,180); }
div.DivClassName
{
background-color: #DBEBB4;
}
.BgClassName
{
background-color: #DBEBB4;
}
</style>
border-color css
<style>
span { border-color: #DBEBB4; }
span { border-color: rgb(219,235,180); }
td.TdClassName
{
border-color: #DBEBB4;
}
.TagClassName
{
border-color: #DBEBB4;
}
</style>