#DEE0AB

Color #DEE0AB Tusk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tusk #DEE0AB

Tints of Tusk #DEE0AB

Color information

#DEE0AB (or 0xDEE0AB) is unknown color: approx Tusk. HEX triplet: DE, E0 and AB. RGB value is (222,224,171). Sum of RGB (Red+Green+Blue) = 222+224+171=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 224 (87.89% from 255 or 36.30% from 617); Blue value is 171 (67.19% from 255 or 27.71% from 617); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE0AB is #211F54. Grayscale: #D9D9D9. Windows color (decimal): -2170709 or 11264222. OLE color: 11264222.

HSL color Cylindrical-coordinate representation of color #DEE0AB: hue angle of 62.26º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEE0AB is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB222224171-
CMYK0.0100.240.12
HSL62.26º46.09%77.45%-
HSV(B)62.26º23.66%87.84%-
XYZ64.1371.7849-
YUV217.36101.84131.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 35.98%
GREEN value IS 224 (87.89% from 255) = 36.30%
BLUE value IS 171 (67.19% from 255) = 27.71%
R=35.98%
G=36.30%
B=27.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222241710.0100.240.1262.2646.0977.45
HexDEE0AB1018C3e2e4d
Octal3363402531030147656115
Binary110111101110000010101011101100011001111101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE0AB; }

 p { color: rgb(222,224,171); }

 H1.HeaderClassName
 {
   color: #DEE0AB;
 }
 .AnyTagClassName
 {
   color: #DEE0AB;
 }
</style>
background-color css

<style>
 a { background-color: #DEE0AB; }

 a { background-color: rgb(222,224,171); }

 div.DivClassName
 {
   background-color: #DEE0AB;
 }
 .BgClassName
 {
   background-color: #DEE0AB;
 }
</style>
border-color css

<style>
 span { border-color: #DEE0AB; }

 span { border-color: rgb(222,224,171); }

 td.TdClassName
 {
   border-color: #DEE0AB;
 }
 .TagClassName
 {
   border-color: #DEE0AB;
 }
</style>