#DEE8AC

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

Shades of Tusk #DEE8AC

Tints of Tusk #DEE8AC

Color information

#DEE8AC (or 0xDEE8AC) is unknown color: approx Tusk. HEX triplet: DE, E8 and AC. RGB value is (222,232,172). Sum of RGB (Red+Green+Blue) = 222+232+172=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 172 (67.58% from 255 or 27.48% from 626); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE8AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE8AC is #211753. Grayscale: #DEDEDE. Windows color (decimal): -2168660 or 11331806. OLE color: 11331806.

HSL color Cylindrical-coordinate representation of color #DEE8AC: hue angle of 70º 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 #DEE8AC is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB222232172-
CMYK0.0400.260.09
HSL70º56.6%79.22%-
HSV(B)70º25.86%90.98%-
XYZ66.4376.2250.24-
YUV222.1799.69127.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.46%
GREEN value IS 232 (91.02% from 255) = 37.06%
BLUE value IS 172 (67.58% from 255) = 27.48%
R=35.46%
G=37.06%
B=27.48%

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
Decimal2222321720.0400.260.097056.679.22
HexDEE8AC401A946394f
Octal33635025440321110671117
Binary110111101110100010101100100011010100110001101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE8AC; }

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

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

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

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

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

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

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

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