#DEEAA9

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

Shades of Tusk #DEEAA9

Tints of Tusk #DEEAA9

Color information

#DEEAA9 (or 0xDEEAA9) is unknown color: approx Tusk. HEX triplet: DE, EA and A9. RGB value is (222,234,169). Sum of RGB (Red+Green+Blue) = 222+234+169=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 169 (66.41% from 255 or 27.04% from 625); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEAA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEAA9 is #211556. Grayscale: #DFDFDF. Windows color (decimal): -2168151 or 11135710. OLE color: 11135710.

HSL color Cylindrical-coordinate representation of color #DEEAA9: hue angle of 71.08º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEEAA9 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB222234169-
CMYK0.0500.280.08
HSL71.08º60.75%79.02%-
HSV(B)71.08º27.78%91.76%-
XYZ66.7177.2448.93-
YUV22397.52127.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.52%
GREEN value IS 234 (91.80% from 255) = 37.44%
BLUE value IS 169 (66.41% from 255) = 27.04%
R=35.52%
G=37.44%
B=27.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222341690.0500.280.0871.0860.7579.02
HexDEEAA9501C8473d4f
Octal33635225150341010775117
Binary110111101110101010101001101011100100010001111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEAA9; }

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

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

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

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

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

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

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

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