#DBE5AB

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

Shades of Tusk #DBE5AB

Tints of Tusk #DBE5AB

Color information

#DBE5AB (or 0xDBE5AB) is unknown color: approx Tusk. HEX triplet: DB, E5 and AB. RGB value is (219,229,171). Sum of RGB (Red+Green+Blue) = 219+229+171=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 171 (67.19% from 255 or 27.63% from 619); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE5AB is #241A54. Grayscale: #DBDBDB. Windows color (decimal): -2366037 or 11265499. OLE color: 11265499.

HSL color Cylindrical-coordinate representation of color #DBE5AB: hue angle of 70.34º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBE5AB is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB219229171-
CMYK0.0400.250.10
HSL70.34º52.73%78.43%-
HSV(B)70.34º25.33%89.8%-
XYZ64.5874.0449.42-
YUV219.4100.69127.72-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.38%
GREEN value IS 229 (89.84% from 255) = 37.00%
BLUE value IS 171 (67.19% from 255) = 27.63%
R=35.38%
G=37.00%
B=27.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192291710.0400.250.1070.3452.7378.43
HexDBE5AB4019A46354e
Octal33334525340311210665116
Binary110110111110010110101011100011001101010001101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE5AB; }

 p { color: rgb(219,229,171); }

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

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

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

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

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

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

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