#DEE2AB

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

Shades of Tusk #DEE2AB

Tints of Tusk #DEE2AB

Color information

#DEE2AB (or 0xDEE2AB) is unknown color: approx Tusk. HEX triplet: DE, E2 and AB. RGB value is (222,226,171). Sum of RGB (Red+Green+Blue) = 222+226+171=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 226 (88.67% from 255 or 36.51% from 619); Blue value is 171 (67.19% from 255 or 27.63% from 619); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE2AB is #211D54. Grayscale: #DADADA. Windows color (decimal): -2170197 or 11264734. OLE color: 11264734.

HSL color Cylindrical-coordinate representation of color #DEE2AB: hue angle of 64.36º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEE2AB is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB222226171-
CMYK0.0200.240.11
HSL64.36º48.67%77.84%-
HSV(B)64.36º24.34%88.63%-
XYZ64.6772.8649.18-
YUV218.53101.17130.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.86%
GREEN value IS 226 (88.67% from 255) = 36.51%
BLUE value IS 171 (67.19% from 255) = 27.63%
R=35.86%
G=36.51%
B=27.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222261710.0200.240.1164.3648.6777.84
HexDEE2AB2018B40314e
Octal33634225320301310061116
Binary11011110111000101010101110011000101110000001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE2AB; }

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

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

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

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

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

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

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

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