#DEE2AD

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

Shades of Tusk #DEE2AD

Tints of Tusk #DEE2AD

Color information

#DEE2AD (or 0xDEE2AD) is unknown color: approx Tusk. HEX triplet: DE, E2 and AD. RGB value is (222,226,173). Sum of RGB (Red+Green+Blue) = 222+226+173=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 226 (88.67% from 255 or 36.39% from 621); Blue value is 173 (67.97% from 255 or 27.86% from 621); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE2AD is #211D52. Grayscale: #DADADA. Windows color (decimal): -2170195 or 11395806. OLE color: 11395806.

HSL color Cylindrical-coordinate representation of color #DEE2AD: hue angle of 64.53º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEE2AD is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB222226173-
CMYK0.0200.230.11
HSL64.53º47.75%78.24%-
HSV(B)64.53º23.45%88.63%-
XYZ64.8672.9450.2-
YUV218.76102.17130.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.75%
GREEN value IS 226 (88.67% from 255) = 36.39%
BLUE value IS 173 (67.97% from 255) = 27.86%
R=35.75%
G=36.39%
B=27.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222261730.0200.230.1164.5347.7578.24
HexDEE2AD2017B41304e
Octal33634225520271310160116
Binary11011110111000101010110110010111101110000011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE2AD; }

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

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

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

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

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

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

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

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