#DEE0B8

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

Shades of Tusk #DEE0B8

Tints of Tusk #DEE0B8

Color information

#DEE0B8 (or 0xDEE0B8) is unknown color: approx Tusk. HEX triplet: DE, E0 and B8. RGB value is (222,224,184). Sum of RGB (Red+Green+Blue) = 222+224+184=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 224 (87.89% from 255 or 35.56% from 630); Blue value is 184 (72.27% from 255 or 29.21% from 630); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE0B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE0B8 is #211F47. Grayscale: #DBDBDB. Windows color (decimal): -2170696 or 12116190. OLE color: 12116190.

HSL color Cylindrical-coordinate representation of color #DEE0B8: hue angle of 63º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEE0B8 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB222224184-
CMYK0.0100.180.12
HSL63º39.22%80%-
HSV(B)63º17.86%87.84%-
XYZ65.4372.355.85-
YUV218.84108.34130.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.24%
GREEN value IS 224 (87.89% from 255) = 35.56%
BLUE value IS 184 (72.27% from 255) = 29.21%
R=35.24%
G=35.56%
B=29.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222241840.0100.180.126339.2280
HexDEE0B81012C3f2750
Octal3363402701022147747120
Binary110111101110000010111000101001011001111111001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE0B8; }

 p { color: rgb(222,224,184); }

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

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

 a { background-color: rgb(222,224,184); }

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

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

 span { border-color: rgb(222,224,184); }

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