#DEEAA6

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

Shades of Tusk #DEEAA6

Tints of Tusk #DEEAA6

Color information

#DEEAA6 (or 0xDEEAA6) is unknown color: approx Tusk. HEX triplet: DE, EA and A6. RGB value is (222,234,166). Sum of RGB (Red+Green+Blue) = 222+234+166=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 166 (65.23% from 255 or 26.69% from 622); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEAA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEAA6 is #211559. Grayscale: #DEDEDE. Windows color (decimal): -2168154 or 10939102. OLE color: 10939102.

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

Color convert

RGB222234166-
CMYK0.0500.290.08
HSL70.59º61.82%78.43%-
HSV(B)70.59º29.06%91.76%-
XYZ66.4377.1347.46-
YUV222.6696.02127.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.69%
GREEN value IS 234 (91.80% from 255) = 37.62%
BLUE value IS 166 (65.23% from 255) = 26.69%
R=35.69%
G=37.62%
B=26.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222341660.0500.290.0870.5961.8278.43
HexDEEAA6501D8473e4e
Octal33635224650351010776116
Binary110111101110101010100110101011101100010001111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEAA6; }

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

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

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

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

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

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

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

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