Shades of Tusk #DBEAAF
Tints of Tusk #DBEAAF
RGB
CMYK
RGB Variations
Color information
#DBEAAF (or 0xDBEAAF) is known color: Tusk. HEX triplet: DB, EA and AF. RGB value is (219,234,175). Sum of RGB (Red+Green+Blue) = 219+234+175=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEAAF is #241550. Grayscale: #DFDFDF. Windows color (decimal): -2364753 or 11528923. OLE color: 11528923.
HSL color Cylindrical-coordinate representation of color #DBEAAF: hue angle of 75.25º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBEAAF is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 175 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.08 |
| HSL | 75.25º | 0.58% | 0.8% | - |
| HSV(B) | 75.25º | 0.25% | 0.92% | - |
| XYZ | 66.37 | 77 | 51.92 | - |
| YUV | 222.79 | 101.03 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 175 | 0.06 | 0 | 0.25 | 0.08 | 75.25 | 0.58 | 0.8 |
| Hex | DB | EA | AF | 6 | 0 | 19 | 8 | 4B | 3A | 50 |
| Octal | 333 | 352 | 257 | 6 | 0 | 31 | 10 | 113 | 72 | 120 |
| Binary | 11011011 | 11101010 | 10101111 | 110 | 0 | 11001 | 1000 | 1001011 | 111010 | 1010000 |
Color Harmonies of #DBEAAF
Complementary color
Monochromatic Colors of #DBEAAF
Black with #DBEAAF
Text Example
Text Example
White with #DBEAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEAAF; }
p { color: rgb(219,234,175); }
H1.HeaderClassName
{
color: #DBEAAF;
}
.AnyTagClassName
{
color: #DBEAAF;
}
</style>
background-color css
<style>
a { background-color: #DBEAAF; }
a { background-color: rgb(219,234,175); }
div.DivClassName
{
background-color: #DBEAAF;
}
.BgClassName
{
background-color: #DBEAAF;
}
</style>
border-color css
<style>
span { border-color: #DBEAAF; }
span { border-color: rgb(219,234,175); }
td.TdClassName
{
border-color: #DBEAAF;
}
.TagClassName
{
border-color: #DBEAAF;
}
</style>