#DEE3A9

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

Shades of Tusk #DEE3A9

Tints of Tusk #DEE3A9

Color information

#DEE3A9 (or 0xDEE3A9) is unknown color: approx Tusk. HEX triplet: DE, E3 and A9. RGB value is (222,227,169). Sum of RGB (Red+Green+Blue) = 222+227+169=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 227 (89.06% from 255 or 36.73% from 618); Blue value is 169 (66.41% from 255 or 27.35% from 618); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE3A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE3A9 is #211C56. Grayscale: #DBDBDB. Windows color (decimal): -2169943 or 11133918. OLE color: 11133918.

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

Color convert

RGB222227169-
CMYK0.0200.260.11
HSL65.17º50.88%77.65%-
HSV(B)65.17º25.55%89.02%-
XYZ64.7573.3348.28-
YUV218.8999.84130.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.92%
GREEN value IS 227 (89.06% from 255) = 36.73%
BLUE value IS 169 (66.41% from 255) = 27.35%
R=35.92%
G=36.73%
B=27.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222271690.0200.260.1165.1750.8877.65
HexDEE3A9201AB41334e
Octal33634325120321310163116
Binary11011110111000111010100110011010101110000011100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE3A9; }

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

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

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

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

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

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

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

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