#DEE3AA

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

Shades of Tusk #DEE3AA

Tints of Tusk #DEE3AA

Color information

#DEE3AA (or 0xDEE3AA) is unknown color: approx Tusk. HEX triplet: DE, E3 and AA. RGB value is (222,227,170). Sum of RGB (Red+Green+Blue) = 222+227+170=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 227 (89.06% from 255 or 36.67% from 619); Blue value is 170 (66.80% from 255 or 27.46% from 619); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE3AA is #211C55. Grayscale: #DBDBDB. Windows color (decimal): -2169942 or 11199454. OLE color: 11199454.

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

Color convert

RGB222227170-
CMYK0.0200.250.11
HSL65.26º50.44%77.84%-
HSV(B)65.26º25.11%89.02%-
XYZ64.8573.3748.77-
YUV219.01100.34130.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.86%
GREEN value IS 227 (89.06% from 255) = 36.67%
BLUE value IS 170 (66.80% from 255) = 27.46%
R=35.86%
G=36.67%
B=27.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222271700.0200.250.1165.2650.4477.84
HexDEE3AA2019B41324e
Octal33634325220311310162116
Binary11011110111000111010101010011001101110000011100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE3AA; }

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

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

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

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

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

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

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

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