#DBEAB5

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

Shades of Tusk #DBEAB5

Tints of Tusk #DBEAB5

Color information

#DBEAB5 (or 0xDBEAB5) is unknown color: approx Tusk. HEX triplet: DB, EA and B5. RGB value is (219,234,181). Sum of RGB (Red+Green+Blue) = 219+234+181=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 181 (71.09% from 255 or 28.55% from 634); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAB5 is #24154A. Grayscale: #DFDFDF. Windows color (decimal): -2364747 or 11922139. OLE color: 11922139.

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

Color convert

RGB219234181-
CMYK0.0600.230.08
HSL76.98º55.79%81.37%-
HSV(B)76.98º22.65%91.76%-
XYZ66.9877.2455.1-
YUV223.47104.03124.81-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.54%
GREEN value IS 234 (91.80% from 255) = 36.91%
BLUE value IS 181 (71.09% from 255) = 28.55%
R=34.54%
G=36.91%
B=28.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192341810.0600.230.0876.9855.7981.37
HexDBEAB5601784d3851
Octal33335226560271011570121
Binary110110111110101010110101110010111100010011011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEAB5; }

 p { color: rgb(219,234,181); }

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

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

 a { background-color: rgb(219,234,181); }

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

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

 span { border-color: rgb(219,234,181); }

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