#DEE9B6

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

Shades of Tusk #DEE9B6

Tints of Tusk #DEE9B6

Color information

#DEE9B6 (or 0xDEE9B6) is unknown color: approx Tusk. HEX triplet: DE, E9 and B6. RGB value is (222,233,182). Sum of RGB (Red+Green+Blue) = 222+233+182=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 233 (91.41% from 255 or 36.58% from 637); Blue value is 182 (71.48% from 255 or 28.57% from 637); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE9B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE9B6 is #211649. Grayscale: #E0E0E0. Windows color (decimal): -2168394 or 11987422. OLE color: 11987422.

HSL color Cylindrical-coordinate representation of color #DEE9B6: hue angle of 72.94º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEE9B6 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB222233182-
CMYK0.0500.220.09
HSL72.94º53.68%81.37%-
HSV(B)72.94º21.89%91.37%-
XYZ67.7177.1855.59-
YUV223.9104.36126.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.85%
GREEN value IS 233 (91.41% from 255) = 36.58%
BLUE value IS 182 (71.48% from 255) = 28.57%
R=34.85%
G=36.58%
B=28.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222331820.0500.220.0972.9453.6881.37
HexDEE9B650169493651
Octal33635126650261111166121
Binary110111101110100110110110101010110100110010011101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE9B6; }

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

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

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

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

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

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

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

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