#DEE8AB

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

Shades of Tusk #DEE8AB

Tints of Tusk #DEE8AB

Color information

#DEE8AB (or 0xDEE8AB) is unknown color: approx Tusk. HEX triplet: DE, E8 and AB. RGB value is (222,232,171). Sum of RGB (Red+Green+Blue) = 222+232+171=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 232 (91.02% from 255 or 37.12% from 625); Blue value is 171 (67.19% from 255 or 27.36% from 625); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE8AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE8AB is #211754. Grayscale: #DEDEDE. Windows color (decimal): -2168661 or 11266270. OLE color: 11266270.

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

Color convert

RGB222232171-
CMYK0.0400.260.09
HSL69.84º57.01%79.02%-
HSV(B)69.84º26.29%90.98%-
XYZ66.3376.1849.74-
YUV222.0699.19127.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.52%
GREEN value IS 232 (91.02% from 255) = 37.12%
BLUE value IS 171 (67.19% from 255) = 27.36%
R=35.52%
G=37.12%
B=27.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222321710.0400.260.0969.8457.0179.02
HexDEE8AB401A946394f
Octal33635025340321110671117
Binary110111101110100010101011100011010100110001101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE8AB; }

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

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

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

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

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

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

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

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