Shades of Tusk #DFEAAB
Tints of Tusk #DFEAAB
RGB
CMYK
RGB Variations
Color information
#DFEAAB (or 0xDFEAAB) is known color: Tusk. HEX triplet: DF, EA and AB. RGB value is (223,234,171). Sum of RGB (Red+Green+Blue) = 223+234+171=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 171 (67.19% from 255 or 27.23% from 628); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEAAB is #201554. Grayscale: #DFDFDF. Windows color (decimal): -2102613 or 11266783. OLE color: 11266783.
HSL color Cylindrical-coordinate representation of color #DFEAAB: hue angle of 70.48º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFEAAB is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 234 | 171 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.08 |
| HSL | 70.48º | 0.6% | 0.79% | - |
| HSV(B) | 70.48º | 0.27% | 0.92% | - |
| XYZ | 67.2 | 77.47 | 49.94 | - |
| YUV | 223.53 | 98.36 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 234 | 171 | 0.05 | 0 | 0.27 | 0.08 | 70.48 | 0.6 | 0.79 |
| Hex | DF | EA | AB | 5 | 0 | 1B | 8 | 46 | 3C | 4F |
| Octal | 337 | 352 | 253 | 5 | 0 | 33 | 10 | 106 | 74 | 117 |
| Binary | 11011111 | 11101010 | 10101011 | 101 | 0 | 11011 | 1000 | 1000110 | 111100 | 1001111 |
Color Harmonies of #DFEAAB
Complementary color
Monochromatic Colors of #DFEAAB
Black with #DFEAAB
Text Example
Text Example
White with #DFEAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEAAB; }
p { color: rgb(223,234,171); }
H1.HeaderClassName
{
color: #DFEAAB;
}
.AnyTagClassName
{
color: #DFEAAB;
}
</style>
background-color css
<style>
a { background-color: #DFEAAB; }
a { background-color: rgb(223,234,171); }
div.DivClassName
{
background-color: #DFEAAB;
}
.BgClassName
{
background-color: #DFEAAB;
}
</style>
border-color css
<style>
span { border-color: #DFEAAB; }
span { border-color: rgb(223,234,171); }
td.TdClassName
{
border-color: #DFEAAB;
}
.TagClassName
{
border-color: #DFEAAB;
}
</style>