#DEE9AE

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

Shades of Tusk #DEE9AE

Tints of Tusk #DEE9AE

Color information

#DEE9AE (or 0xDEE9AE) is unknown color: approx Tusk. HEX triplet: DE, E9 and AE. RGB value is (222,233,174). Sum of RGB (Red+Green+Blue) = 222+233+174=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 233 (91.41% from 255 or 37.04% from 629); Blue value is 174 (68.36% from 255 or 27.66% from 629); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE9AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE9AE is #211651. Grayscale: #DFDFDF. Windows color (decimal): -2168402 or 11463134. OLE color: 11463134.

HSL color Cylindrical-coordinate representation of color #DEE9AE: hue angle of 71.19º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEE9AE is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB222233174-
CMYK0.0500.250.09
HSL71.19º57.28%79.8%-
HSV(B)71.19º25.32%91.37%-
XYZ66.976.8651.35-
YUV222.98100.36127.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.29%
GREEN value IS 233 (91.41% from 255) = 37.04%
BLUE value IS 174 (68.36% from 255) = 27.66%
R=35.29%
G=37.04%
B=27.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222331740.0500.250.0971.1957.2879.8
HexDEE9AE50199473950
Octal33635125650311110771120
Binary110111101110100110101110101011001100110001111110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE9AE; }

 p { color: rgb(222,233,174); }

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

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

 a { background-color: rgb(222,233,174); }

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

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

 span { border-color: rgb(222,233,174); }

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