#DEE8B3

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

Shades of Tusk #DEE8B3

Tints of Tusk #DEE8B3

Color information

#DEE8B3 (or 0xDEE8B3) is unknown color: approx Tusk. HEX triplet: DE, E8 and B3. RGB value is (222,232,179). Sum of RGB (Red+Green+Blue) = 222+232+179=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 232 (91.02% from 255 or 36.65% from 633); Blue value is 179 (70.31% from 255 or 28.28% from 633); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE8B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE8B3 is #21174C. Grayscale: #DFDFDF. Windows color (decimal): -2168653 or 11790558. OLE color: 11790558.

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

Color convert

RGB222232179-
CMYK0.0400.230.09
HSL71.32º53.54%80.59%-
HSV(B)71.32º22.84%90.98%-
XYZ67.1276.553.88-
YUV222.97103.19127.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.07%
GREEN value IS 232 (91.02% from 255) = 36.65%
BLUE value IS 179 (70.31% from 255) = 28.28%
R=35.07%
G=36.65%
B=28.28%

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
Decimal2222321790.0400.230.0971.3253.5480.59
HexDEE8B340179473651
Octal33635026340271110766121
Binary110111101110100010110011100010111100110001111101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE8B3; }

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

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

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

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

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

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

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

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