#DEE8B4

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

Shades of Tusk #DEE8B4

Tints of Tusk #DEE8B4

Color information

#DEE8B4 (or 0xDEE8B4) is unknown color: approx Tusk. HEX triplet: DE, E8 and B4. RGB value is (222,232,180). Sum of RGB (Red+Green+Blue) = 222+232+180=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 232 (91.02% from 255 or 36.59% from 634); Blue value is 180 (70.70% from 255 or 28.39% from 634); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE8B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE8B4 is #21174B. Grayscale: #DFDFDF. Windows color (decimal): -2168652 or 11856094. OLE color: 11856094.

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

Color convert

RGB222232180-
CMYK0.0400.220.09
HSL71.54º53.06%80.78%-
HSV(B)71.54º22.41%90.98%-
XYZ67.2276.5454.41-
YUV223.08103.69127.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.02%
GREEN value IS 232 (91.02% from 255) = 36.59%
BLUE value IS 180 (70.70% from 255) = 28.39%
R=35.02%
G=36.59%
B=28.39%

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
Decimal2222321800.0400.220.0971.5453.0680.78
HexDEE8B440169483551
Octal33635026440261111065121
Binary110111101110100010110100100010110100110010001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE8B4; }

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

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

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

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

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

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

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

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