#DEE6AB

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

Shades of Tusk #DEE6AB

Tints of Tusk #DEE6AB

Color information

#DEE6AB (or 0xDEE6AB) is unknown color: approx Tusk. HEX triplet: DE, E6 and AB. RGB value is (222,230,171). Sum of RGB (Red+Green+Blue) = 222+230+171=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 230 (90.23% from 255 or 36.92% from 623); Blue value is 171 (67.19% from 255 or 27.45% from 623); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE6AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE6AB is #211954. Grayscale: #DDDDDD. Windows color (decimal): -2169173 or 11265758. OLE color: 11265758.

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

Color convert

RGB222230171-
CMYK0.0300.260.10
HSL68.14º54.13%78.63%-
HSV(B)68.14º25.65%90.2%-
XYZ65.7775.0649.55-
YUV220.8899.85128.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.63%
GREEN value IS 230 (90.23% from 255) = 36.92%
BLUE value IS 171 (67.19% from 255) = 27.45%
R=35.63%
G=36.92%
B=27.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222301710.0300.260.1068.1454.1378.63
HexDEE6AB301AA44364f
Octal33634625330321210466117
Binary11011110111001101010101111011010101010001001101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE6AB; }

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

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

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

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

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

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

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

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