#DBE8AC

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

Shades of Tusk #DBE8AC

Tints of Tusk #DBE8AC

Color information

#DBE8AC (or 0xDBE8AC) is unknown color: approx Tusk. HEX triplet: DB, E8 and AC. RGB value is (219,232,172). Sum of RGB (Red+Green+Blue) = 219+232+172=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 232 (91.02% from 255 or 37.24% from 623); Blue value is 172 (67.58% from 255 or 27.61% from 623); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE8AC is #241753. Grayscale: #DDDDDD. Windows color (decimal): -2365268 or 11331803. OLE color: 11331803.

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

Color convert

RGB219232172-
CMYK0.0600.260.09
HSL73º56.6%79.22%-
HSV(B)73º25.86%90.98%-
XYZ65.5275.7550.2-
YUV221.27100.19126.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.15%
GREEN value IS 232 (91.02% from 255) = 37.24%
BLUE value IS 172 (67.58% from 255) = 27.61%
R=35.15%
G=37.24%
B=27.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192321720.0600.260.097356.679.22
HexDBE8AC601A949394f
Octal33335025460321111171117
Binary110110111110100010101100110011010100110010011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE8AC; }

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

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

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

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

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

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

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

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