#DEDEB6

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

Shades of Tusk #DEDEB6

Tints of Tusk #DEDEB6

Color information

#DEDEB6 (or 0xDEDEB6) is unknown color: approx Tusk. HEX triplet: DE, DE and B6. RGB value is (222,222,182). Sum of RGB (Red+Green+Blue) = 222+222+182=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 182 (71.48% from 255 or 29.07% from 626); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDEB6 is #212149. Grayscale: #D9D9D9. Windows color (decimal): -2171210 or 11984606. OLE color: 11984606.

HSL color Cylindrical-coordinate representation of color #DEDEB6: hue angle of 60º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEDEB6 is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB222222182-
CMYK000.180.13
HSL60º37.74%79.22%-
HSV(B)60º18.02%87.06%-
XYZ64.6971.1554.58-
YUV217.44108131.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.46%
GREEN value IS 222 (87.11% from 255) = 35.46%
BLUE value IS 182 (71.48% from 255) = 29.07%
R=35.46%
G=35.46%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222222182000.180.136037.7479.22
HexDEDEB60012D3c264f
Octal3363362660022157446117
Binary110111101101111010110110001001011011111001001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDEB6; }

 p { color: rgb(222,222,182); }

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

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

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

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

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

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

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