#DEEBA4

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

Shades of Tusk #DEEBA4

Tints of Tusk #DEEBA4

Color information

#DEEBA4 (or 0xDEEBA4) is unknown color: approx Tusk. HEX triplet: DE, EB and A4. RGB value is (222,235,164). Sum of RGB (Red+Green+Blue) = 222+235+164=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 164 (64.45% from 255 or 26.41% from 621); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEBA4 is #21145B. Grayscale: #DFDFDF. Windows color (decimal): -2167900 or 10808286. OLE color: 10808286.

HSL color Cylindrical-coordinate representation of color #DEEBA4: hue angle of 70.99º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEEBA4 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB222235164-
CMYK0.0600.300.08
HSL70.99º63.96%78.24%-
HSV(B)70.99º30.21%92.16%-
XYZ66.5377.6346.6-
YUV223.0294.69127.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.75%
GREEN value IS 235 (92.19% from 255) = 37.84%
BLUE value IS 164 (64.45% from 255) = 26.41%
R=35.75%
G=37.84%
B=26.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222351640.0600.300.0870.9963.9678.24
HexDEEBA4601E847404e
Octal336353244603610107100116
Binary1101111011101011101001001100111101000100011110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEBA4; }

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

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

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

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

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

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

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

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