#DEE8B5

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

Shades of Tusk #DEE8B5

Tints of Tusk #DEE8B5

Color information

#DEE8B5 (or 0xDEE8B5) is unknown color: approx Tusk. HEX triplet: DE, E8 and B5. RGB value is (222,232,181). Sum of RGB (Red+Green+Blue) = 222+232+181=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 232 (91.02% from 255 or 36.54% from 635); Blue value is 181 (71.09% from 255 or 28.50% from 635); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE8B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE8B5 is #21174A. Grayscale: #DFDFDF. Windows color (decimal): -2168651 or 11921630. OLE color: 11921630.

HSL color Cylindrical-coordinate representation of color #DEE8B5: hue angle of 71.76º degrees, saturation: 0.53, 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 #DEE8B5 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB222232181-
CMYK0.0400.220.09
HSL71.76º52.58%80.98%-
HSV(B)71.76º21.98%90.98%-
XYZ67.3276.5854.95-
YUV223.2104.19127.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.96%
GREEN value IS 232 (91.02% from 255) = 36.54%
BLUE value IS 181 (71.09% from 255) = 28.50%
R=34.96%
G=36.54%
B=28.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222321810.0400.220.0971.7652.5880.98
HexDEE8B540169483551
Octal33635026540261111065121
Binary110111101110100010110101100010110100110010001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE8B5; }

 p { color: rgb(222,232,181); }

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

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

 a { background-color: rgb(222,232,181); }

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

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

 span { border-color: rgb(222,232,181); }

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