#DEDEAB

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

Shades of Tusk #DEDEAB

Tints of Tusk #DEDEAB

Color information

#DEDEAB (or 0xDEDEAB) is unknown color: approx Tusk. HEX triplet: DE, DE and AB. RGB value is (222,222,171). Sum of RGB (Red+Green+Blue) = 222+222+171=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 171 (67.19% from 255 or 27.80% from 615); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDEAB is #212154. Grayscale: #D8D8D8. Windows color (decimal): -2171221 or 11263710. OLE color: 11263710.

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

Color convert

RGB222222171-
CMYK000.230.13
HSL60º43.59%77.06%-
HSV(B)60º22.97%87.06%-
XYZ63.670.7148.83-
YUV216.19102.5132.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.10%
GREEN value IS 222 (87.11% from 255) = 36.10%
BLUE value IS 171 (67.19% from 255) = 27.80%
R=36.10%
G=36.10%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222222171000.230.136043.5977.06
HexDEDEAB0017D3c2c4d
Octal3363362530027157454115
Binary110111101101111010101011001011111011111001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDEAB; }

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

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

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

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

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

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

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

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