#DEE8AE

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

Shades of Tusk #DEE8AE

Tints of Tusk #DEE8AE

Color information

#DEE8AE (or 0xDEE8AE) is unknown color: approx Tusk. HEX triplet: DE, E8 and AE. RGB value is (222,232,174). Sum of RGB (Red+Green+Blue) = 222+232+174=628 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.35% from 628); Green value is 232 (91.02% from 255 or 36.94% from 628); Blue value is 174 (68.36% from 255 or 27.71% from 628); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE8AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE8AE is #211751. Grayscale: #DEDEDE. Windows color (decimal): -2168658 or 11462878. OLE color: 11462878.

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

Color convert

RGB222232174-
CMYK0.0400.250.09
HSL70.34º55.77%79.61%-
HSV(B)70.34º25%90.98%-
XYZ66.6276.351.26-
YUV222.4100.69127.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.35%
GREEN value IS 232 (91.02% from 255) = 36.94%
BLUE value IS 174 (68.36% from 255) = 27.71%
R=35.35%
G=36.94%
B=27.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222321740.0400.250.0970.3455.7779.61
HexDEE8AE40199463850
Octal33635025640311110670120
Binary110111101110100010101110100011001100110001101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE8AE; }

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

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

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

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

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

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

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

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