#DEE6AA

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

Shades of Tusk #DEE6AA

Tints of Tusk #DEE6AA

Color information

#DEE6AA (or 0xDEE6AA) is unknown color: approx Tusk. HEX triplet: DE, E6 and AA. RGB value is (222,230,170). Sum of RGB (Red+Green+Blue) = 222+230+170=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 230 (90.23% from 255 or 36.98% from 622); Blue value is 170 (66.80% from 255 or 27.33% from 622); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE6AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE6AA is #211955. Grayscale: #DCDCDC. Windows color (decimal): -2169174 or 11200222. OLE color: 11200222.

HSL color Cylindrical-coordinate representation of color #DEE6AA: hue angle of 68º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEE6AA is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB222230170-
CMYK0.0300.260.10
HSL68º54.55%78.43%-
HSV(B)68º26.09%90.2%-
XYZ65.6875.0349.05-
YUV220.7799.35128.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.69%
GREEN value IS 230 (90.23% from 255) = 36.98%
BLUE value IS 170 (66.80% from 255) = 27.33%
R=35.69%
G=36.98%
B=27.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222301700.0300.260.106854.5578.43
HexDEE6AA301AA44374e
Octal33634625230321210467116
Binary11011110111001101010101011011010101010001001101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE6AA; }

 p { color: rgb(222,230,170); }

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

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

 a { background-color: rgb(222,230,170); }

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

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

 span { border-color: rgb(222,230,170); }

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