#DEE1AC

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

Shades of Tusk #DEE1AC

Tints of Tusk #DEE1AC

Color information

#DEE1AC (or 0xDEE1AC) is unknown color: approx Tusk. HEX triplet: DE, E1 and AC. RGB value is (222,225,172). Sum of RGB (Red+Green+Blue) = 222+225+172=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE1AC is #211E53. Grayscale: #DADADA. Windows color (decimal): -2170452 or 11330014. OLE color: 11330014.

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

Color convert

RGB222225172-
CMYK0.0100.240.12
HSL63.4º46.9%77.84%-
HSV(B)63.4º23.56%88.24%-
XYZ64.572.3649.6-
YUV218.06102.01130.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.86%
GREEN value IS 225 (88.28% from 255) = 36.35%
BLUE value IS 172 (67.58% from 255) = 27.79%
R=35.86%
G=36.35%
B=27.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222251720.0100.240.1263.446.977.84
HexDEE1AC1018C3f2f4e
Octal3363412541030147757116
Binary110111101110000110101100101100011001111111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE1AC; }

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

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

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

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

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

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

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

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