Shades of Tusk #DBEAAD
Tints of Tusk #DBEAAD
RGB
CMYK
RGB Variations
Color information
#DBEAAD (or 0xDBEAAD) is known color: Tusk. HEX triplet: DB, EA and AD. RGB value is (219,234,173). Sum of RGB (Red+Green+Blue) = 219+234+173=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 173 (67.97% from 255 or 27.64% from 626); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEAAD is #241552. Grayscale: #DEDEDE. Windows color (decimal): -2364755 or 11397851. OLE color: 11397851.
HSL color Cylindrical-coordinate representation of color #DBEAAD: hue angle of 74.75º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBEAAD is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 173 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.08 |
| HSL | 74.75º | 0.59% | 0.8% | - |
| HSV(B) | 74.75º | 0.26% | 0.92% | - |
| XYZ | 66.18 | 76.92 | 50.89 | - |
| YUV | 222.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 173 | 0.06 | 0 | 0.26 | 0.08 | 74.75 | 0.59 | 0.8 |
| Hex | DB | EA | AD | 6 | 0 | 1A | 8 | 4B | 3B | 50 |
| Octal | 333 | 352 | 255 | 6 | 0 | 32 | 10 | 113 | 73 | 120 |
| Binary | 11011011 | 11101010 | 10101101 | 110 | 0 | 11010 | 1000 | 1001011 | 111011 | 1010000 |
Color Harmonies of #DBEAAD
Complementary color
Monochromatic Colors of #DBEAAD
Black with #DBEAAD
Text Example
Text Example
White with #DBEAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEAAD; }
p { color: rgb(219,234,173); }
H1.HeaderClassName
{
color: #DBEAAD;
}
.AnyTagClassName
{
color: #DBEAAD;
}
</style>
background-color css
<style>
a { background-color: #DBEAAD; }
a { background-color: rgb(219,234,173); }
div.DivClassName
{
background-color: #DBEAAD;
}
.BgClassName
{
background-color: #DBEAAD;
}
</style>
border-color css
<style>
span { border-color: #DBEAAD; }
span { border-color: rgb(219,234,173); }
td.TdClassName
{
border-color: #DBEAAD;
}
.TagClassName
{
border-color: #DBEAAD;
}
</style>