#DEE9B7

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

Shades of Tusk #DEE9B7

Tints of Tusk #DEE9B7

Color information

#DEE9B7 (or 0xDEE9B7) is unknown color: approx Tusk. HEX triplet: DE, E9 and B7. RGB value is (222,233,183). Sum of RGB (Red+Green+Blue) = 222+233+183=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 233 (91.41% from 255 or 36.52% from 638); Blue value is 183 (71.88% from 255 or 28.68% from 638); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE9B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE9B7 is #211648. Grayscale: #E0E0E0. Windows color (decimal): -2168393 or 12052958. OLE color: 12052958.

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

Color convert

RGB222233183-
CMYK0.0500.210.09
HSL73.2º53.19%81.57%-
HSV(B)73.2º21.46%91.37%-
XYZ67.8177.2356.13-
YUV224.01104.86126.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.80%
GREEN value IS 233 (91.41% from 255) = 36.52%
BLUE value IS 183 (71.88% from 255) = 28.68%
R=34.80%
G=36.52%
B=28.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222331830.0500.210.0973.253.1981.57
HexDEE9B750159493552
Octal33635126750251111165122
Binary110111101110100110110111101010101100110010011101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE9B7; }

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

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

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

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

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

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

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

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