#DEE4B6

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

Shades of Tusk #DEE4B6

Tints of Tusk #DEE4B6

Color information

#DEE4B6 (or 0xDEE4B6) is unknown color: approx Tusk. HEX triplet: DE, E4 and B6. RGB value is (222,228,182). Sum of RGB (Red+Green+Blue) = 222+228+182=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 228 (89.45% from 255 or 36.08% from 632); Blue value is 182 (71.48% from 255 or 28.80% from 632); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE4B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE4B6 is #211B49. Grayscale: #DDDDDD. Windows color (decimal): -2169674 or 11986142. OLE color: 11986142.

HSL color Cylindrical-coordinate representation of color #DEE4B6: hue angle of 67.83º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEE4B6 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB222228182-
CMYK0.0300.200.11
HSL67.83º46%80.39%-
HSV(B)67.83º20.18%89.41%-
XYZ66.3174.3955.12-
YUV220.96106.01128.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.13%
GREEN value IS 228 (89.45% from 255) = 36.08%
BLUE value IS 182 (71.48% from 255) = 28.80%
R=35.13%
G=36.08%
B=28.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222281820.0300.200.1167.834680.39
HexDEE4B63014B442e50
Octal33634426630241310456120
Binary11011110111001001011011011010100101110001001011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE4B6; }

 p { color: rgb(222,228,182); }

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

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

 a { background-color: rgb(222,228,182); }

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

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

 span { border-color: rgb(222,228,182); }

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