#DBE8AD

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

Shades of Tusk #DBE8AD

Tints of Tusk #DBE8AD

Color information

#DBE8AD (or 0xDBE8AD) is unknown color: approx Tusk. HEX triplet: DB, E8 and AD. RGB value is (219,232,173). Sum of RGB (Red+Green+Blue) = 219+232+173=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 232 (91.02% from 255 or 37.18% from 624); Blue value is 173 (67.97% from 255 or 27.72% from 624); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE8AD is #241752. Grayscale: #DDDDDD. Windows color (decimal): -2365267 or 11397339. OLE color: 11397339.

HSL color Cylindrical-coordinate representation of color #DBE8AD: hue angle of 73.22º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBE8AD is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB219232173-
CMYK0.0600.250.09
HSL73.22º56.19%79.41%-
HSV(B)73.22º25.43%90.98%-
XYZ65.6175.7950.71-
YUV221.39100.69126.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.10%
GREEN value IS 232 (91.02% from 255) = 37.18%
BLUE value IS 173 (67.97% from 255) = 27.72%
R=35.10%
G=37.18%
B=27.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192321730.0600.250.0973.2256.1979.41
HexDBE8AD6019949384f
Octal33335025560311111170117
Binary110110111110100010101101110011001100110010011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE8AD; }

 p { color: rgb(219,232,173); }

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

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

 a { background-color: rgb(219,232,173); }

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

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

 span { border-color: rgb(219,232,173); }

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