#DEE0AD

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

Shades of Tusk #DEE0AD

Tints of Tusk #DEE0AD

Color information

#DEE0AD (or 0xDEE0AD) is unknown color: approx Tusk. HEX triplet: DE, E0 and AD. RGB value is (222,224,173). Sum of RGB (Red+Green+Blue) = 222+224+173=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 224 (87.89% from 255 or 36.19% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE0AD is #211F52. Grayscale: #D9D9D9. Windows color (decimal): -2170707 or 11395294. OLE color: 11395294.

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

Color convert

RGB222224173-
CMYK0.0100.230.12
HSL62.35º45.13%77.84%-
HSV(B)62.35º22.77%87.84%-
XYZ64.3271.8650.01-
YUV217.59102.84131.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.86%
GREEN value IS 224 (87.89% from 255) = 36.19%
BLUE value IS 173 (67.97% from 255) = 27.95%
R=35.86%
G=36.19%
B=27.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222241730.0100.230.1262.3545.1377.84
HexDEE0AD1017C3e2d4e
Octal3363402551027147655116
Binary110111101110000010101101101011111001111101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE0AD; }

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

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

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

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

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

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

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

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