#DEE1B9

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

Shades of Tusk #DEE1B9

Tints of Tusk #DEE1B9

Color information

#DEE1B9 (or 0xDEE1B9) is unknown color: approx Tusk. HEX triplet: DE, E1 and B9. RGB value is (222,225,185). Sum of RGB (Red+Green+Blue) = 222+225+185=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 225 (88.28% from 255 or 35.60% from 632); Blue value is 185 (72.66% from 255 or 29.27% from 632); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE1B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE1B9 is #211E46. Grayscale: #DBDBDB. Windows color (decimal): -2170439 or 12181982. OLE color: 12181982.

HSL color Cylindrical-coordinate representation of color #DEE1B9: hue angle of 64.5º degrees, saturation: 0.4, 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 #DEE1B9 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB222225185-
CMYK0.0100.180.12
HSL64.5º40%80.39%-
HSV(B)64.5º17.78%88.24%-
XYZ65.8172.8856.5-
YUV219.54108.51129.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.13%
GREEN value IS 225 (88.28% from 255) = 35.60%
BLUE value IS 185 (72.66% from 255) = 29.27%
R=35.13%
G=35.60%
B=29.27%

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
Decimal2222251850.0100.180.1264.54080.39
HexDEE1B91012C402850
Octal33634127110221410050120
Binary1101111011100001101110011010010110010000001010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE1B9; }

 p { color: rgb(222,225,185); }

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

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

 a { background-color: rgb(222,225,185); }

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

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

 span { border-color: rgb(222,225,185); }

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