Shades of Tusk #DEEBAE
Tints of Tusk #DEEBAE
RGB
CMYK
RGB Variations
Color information
#DEEBAE (or 0xDEEBAE) is known color: Tusk. HEX triplet: DE, EB and AE. RGB value is (222,235,174). Sum of RGB (Red+Green+Blue) = 222+235+174=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 174 (68.36% from 255 or 27.58% from 631); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEBAE is #211451. Grayscale: #E0E0E0. Windows color (decimal): -2167890 or 11463646. OLE color: 11463646.
HSL color Cylindrical-coordinate representation of color #DEEBAE: hue angle of 72.79º degrees, saturation: 0.6, 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 #DEEBAE is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 235 | 174 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.08 |
| HSL | 72.79º | 0.6% | 0.8% | - |
| HSV(B) | 72.79º | 0.26% | 0.92% | - |
| XYZ | 67.47 | 78 | 51.54 | - |
| YUV | 224.16 | 99.69 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 235 | 174 | 0.06 | 0 | 0.26 | 0.08 | 72.79 | 0.6 | 0.8 |
| Hex | DE | EB | AE | 6 | 0 | 1A | 8 | 49 | 3C | 50 |
| Octal | 336 | 353 | 256 | 6 | 0 | 32 | 10 | 111 | 74 | 120 |
| Binary | 11011110 | 11101011 | 10101110 | 110 | 0 | 11010 | 1000 | 1001001 | 111100 | 1010000 |
Color Harmonies of #DEEBAE
Complementary color
Monochromatic Colors of #DEEBAE
Black with #DEEBAE
Text Example
Text Example
White with #DEEBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEBAE; }
p { color: rgb(222,235,174); }
H1.HeaderClassName
{
color: #DEEBAE;
}
.AnyTagClassName
{
color: #DEEBAE;
}
</style>
background-color css
<style>
a { background-color: #DEEBAE; }
a { background-color: rgb(222,235,174); }
div.DivClassName
{
background-color: #DEEBAE;
}
.BgClassName
{
background-color: #DEEBAE;
}
</style>
border-color css
<style>
span { border-color: #DEEBAE; }
span { border-color: rgb(222,235,174); }
td.TdClassName
{
border-color: #DEEBAE;
}
.TagClassName
{
border-color: #DEEBAE;
}
</style>