#DEE6AD

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

Shades of Tusk #DEE6AD

Tints of Tusk #DEE6AD

Color information

#DEE6AD (or 0xDEE6AD) is unknown color: approx Tusk. HEX triplet: DE, E6 and AD. RGB value is (222,230,173). Sum of RGB (Red+Green+Blue) = 222+230+173=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 173 (67.97% from 255 or 27.68% from 625); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE6AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE6AD is #211952. Grayscale: #DDDDDD. Windows color (decimal): -2169171 or 11396830. OLE color: 11396830.

HSL color Cylindrical-coordinate representation of color #DEE6AD: hue angle of 68.42º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEE6AD is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB222230173-
CMYK0.0300.250.10
HSL68.42º53.27%79.02%-
HSV(B)68.42º24.78%90.2%-
XYZ65.9675.1450.56-
YUV221.11100.85128.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.52%
GREEN value IS 230 (90.23% from 255) = 36.8%
BLUE value IS 173 (67.97% from 255) = 27.68%
R=35.52%
G=36.8%
B=27.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222301730.0300.250.1068.4253.2779.02
HexDEE6AD3019A44354f
Octal33634625530311210465117
Binary11011110111001101010110111011001101010001001101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE6AD; }

 p { color: rgb(222,230,173); }

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

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

 a { background-color: rgb(222,230,173); }

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

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

 span { border-color: rgb(222,230,173); }

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