#DEE9AB

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

Shades of Tusk #DEE9AB

Tints of Tusk #DEE9AB

Color information

#DEE9AB (or 0xDEE9AB) is unknown color: approx Tusk. HEX triplet: DE, E9 and AB. RGB value is (222,233,171). Sum of RGB (Red+Green+Blue) = 222+233+171=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 233 (91.41% from 255 or 37.22% from 626); Blue value is 171 (67.19% from 255 or 27.32% from 626); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE9AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE9AB is #211654. Grayscale: #DEDEDE. Windows color (decimal): -2168405 or 11266526. OLE color: 11266526.

HSL color Cylindrical-coordinate representation of color #DEE9AB: hue angle of 70.65º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEE9AB is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB222233171-
CMYK0.0500.270.09
HSL70.65º58.49%79.22%-
HSV(B)70.65º26.61%91.37%-
XYZ66.6176.7549.83-
YUV222.6498.86127.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.46%
GREEN value IS 233 (91.41% from 255) = 37.22%
BLUE value IS 171 (67.19% from 255) = 27.32%
R=35.46%
G=37.22%
B=27.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222331710.0500.270.0970.6558.4979.22
HexDEE9AB501B9473a4f
Octal33635125350331110772117
Binary110111101110100110101011101011011100110001111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE9AB; }

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

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

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

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

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

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

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

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