#DEE1A4

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

Shades of Tusk #DEE1A4

Tints of Tusk #DEE1A4

Color information

#DEE1A4 (or 0xDEE1A4) is unknown color: approx Tusk. HEX triplet: DE, E1 and A4. RGB value is (222,225,164). Sum of RGB (Red+Green+Blue) = 222+225+164=611 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.33% from 611); Green value is 225 (88.28% from 255 or 36.82% from 611); Blue value is 164 (64.45% from 255 or 26.84% from 611); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE1A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE1A4 is #211E5B. Grayscale: #D9D9D9. Windows color (decimal): -2170460 or 10805726. OLE color: 10805726.

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

Color convert

RGB222225164-
CMYK0.0100.270.12
HSL62.95º50.41%76.27%-
HSV(B)62.95º27.11%88.24%-
XYZ63.7572.0645.67-
YUV217.1598.01131.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.33%
GREEN value IS 225 (88.28% from 255) = 36.82%
BLUE value IS 164 (64.45% from 255) = 26.84%
R=36.33%
G=36.82%
B=26.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222251640.0100.270.1262.9550.4176.27
HexDEE1A4101BC3f324c
Octal3363412441033147762114
Binary110111101110000110100100101101111001111111100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE1A4; }

 p { color: rgb(222,225,164); }

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

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

 a { background-color: rgb(222,225,164); }

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

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

 span { border-color: rgb(222,225,164); }

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