#DEE7AC

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

Shades of Tusk #DEE7AC

Tints of Tusk #DEE7AC

Color information

#DEE7AC (or 0xDEE7AC) is unknown color: approx Tusk. HEX triplet: DE, E7 and AC. RGB value is (222,231,172). Sum of RGB (Red+Green+Blue) = 222+231+172=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 231 (90.62% from 255 or 36.96% from 625); Blue value is 172 (67.58% from 255 or 27.52% from 625); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE7AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE7AC is #211853. Grayscale: #DDDDDD. Windows color (decimal): -2168916 or 11331550. OLE color: 11331550.

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

Color convert

RGB222231172-
CMYK0.0400.260.09
HSL69.15º55.14%79.02%-
HSV(B)69.15º25.54%90.59%-
XYZ66.1575.6650.15-
YUV221.58100.02128.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.52%
GREEN value IS 231 (90.62% from 255) = 36.96%
BLUE value IS 172 (67.58% from 255) = 27.52%
R=35.52%
G=36.96%
B=27.52%

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
Decimal2222311720.0400.260.0969.1555.1479.02
HexDEE7AC401A945374f
Octal33634725440321110567117
Binary110111101110011110101100100011010100110001011101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE7AC; }

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

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

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

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

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

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

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

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