#DEEBA9

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

Shades of Tusk #DEEBA9

Tints of Tusk #DEEBA9

Color information

#DEEBA9 (or 0xDEEBA9) is unknown color: approx Tusk. HEX triplet: DE, EB and A9. RGB value is (222,235,169). Sum of RGB (Red+Green+Blue) = 222+235+169=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 169 (66.41% from 255 or 27.00% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEBA9 is #211456. Grayscale: #DFDFDF. Windows color (decimal): -2167895 or 11135966. OLE color: 11135966.

HSL color Cylindrical-coordinate representation of color #DEEBA9: hue angle of 71.82º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEEBA9 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB222235169-
CMYK0.0600.280.08
HSL71.82º62.26%79.22%-
HSV(B)71.82º28.09%92.16%-
XYZ66.9977.8149.02-
YUV223.5997.19126.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.46%
GREEN value IS 235 (92.19% from 255) = 37.54%
BLUE value IS 169 (66.41% from 255) = 27.00%
R=35.46%
G=37.54%
B=27.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222351690.0600.280.0871.8262.2679.22
HexDEEBA9601C8483e4f
Octal33635325160341011076117
Binary110111101110101110101001110011100100010010001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEBA9; }

 p { color: rgb(222,235,169); }

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

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

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

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

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

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

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