#DEE0AF

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

Shades of Tusk #DEE0AF

Tints of Tusk #DEE0AF

Color information

#DEE0AF (or 0xDEE0AF) is unknown color: approx Tusk. HEX triplet: DE, E0 and AF. RGB value is (222,224,175). Sum of RGB (Red+Green+Blue) = 222+224+175=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 224 (87.89% from 255 or 36.07% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE0AF is #211F50. Grayscale: #DADADA. Windows color (decimal): -2170705 or 11526366. OLE color: 11526366.

HSL color Cylindrical-coordinate representation of color #DEE0AF: hue angle of 62.45º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEE0AF is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB222224175-
CMYK0.0100.220.12
HSL62.45º44.14%78.24%-
HSV(B)62.45º21.88%87.84%-
XYZ64.5271.9451.04-
YUV217.82103.84130.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.75%
GREEN value IS 224 (87.89% from 255) = 36.07%
BLUE value IS 175 (68.75% from 255) = 28.18%
R=35.75%
G=36.07%
B=28.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222241750.0100.220.1262.4544.1478.24
HexDEE0AF1016C3e2c4e
Octal3363402571026147654116
Binary110111101110000010101111101011011001111101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE0AF; }

 p { color: rgb(222,224,175); }

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

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

 a { background-color: rgb(222,224,175); }

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

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

 span { border-color: rgb(222,224,175); }

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