#DEE7B2

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

Shades of Tusk #DEE7B2

Tints of Tusk #DEE7B2

Color information

#DEE7B2 (or 0xDEE7B2) is unknown color: approx Tusk. HEX triplet: DE, E7 and B2. RGB value is (222,231,178). Sum of RGB (Red+Green+Blue) = 222+231+178=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 231 (90.62% from 255 or 36.61% from 631); Blue value is 178 (69.92% from 255 or 28.21% from 631); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE7B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE7B2 is #21184D. Grayscale: #DEDEDE. Windows color (decimal): -2168910 or 11724766. OLE color: 11724766.

HSL color Cylindrical-coordinate representation of color #DEE7B2: hue angle of 70.19º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEE7B2 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB222231178-
CMYK0.0400.230.09
HSL70.19º52.48%80.2%-
HSV(B)70.19º22.94%90.59%-
XYZ66.7475.953.25-
YUV222.27103.02127.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.18%
GREEN value IS 231 (90.62% from 255) = 36.61%
BLUE value IS 178 (69.92% from 255) = 28.21%
R=35.18%
G=36.61%
B=28.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222311780.0400.230.0970.1952.4880.2
HexDEE7B240179463450
Octal33634726240271110664120
Binary110111101110011110110010100010111100110001101101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE7B2; }

 p { color: rgb(222,231,178); }

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

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

 a { background-color: rgb(222,231,178); }

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

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

 span { border-color: rgb(222,231,178); }

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