#DBE2AB

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

Shades of Tusk #DBE2AB

Tints of Tusk #DBE2AB

Color information

#DBE2AB (or 0xDBE2AB) is unknown color: approx Tusk. HEX triplet: DB, E2 and AB. RGB value is (219,226,171). Sum of RGB (Red+Green+Blue) = 219+226+171=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 226 (88.67% from 255 or 36.69% from 616); Blue value is 171 (67.19% from 255 or 27.76% from 616); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE2AB is #241D54. Grayscale: #D9D9D9. Windows color (decimal): -2366805 or 11264731. OLE color: 11264731.

HSL color Cylindrical-coordinate representation of color #DBE2AB: hue angle of 67.64º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBE2AB is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB219226171-
CMYK0.0300.240.11
HSL67.64º48.67%77.84%-
HSV(B)67.64º24.34%88.63%-
XYZ63.7672.3949.14-
YUV217.64101.68128.97-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.55%
GREEN value IS 226 (88.67% from 255) = 36.69%
BLUE value IS 171 (67.19% from 255) = 27.76%
R=35.55%
G=36.69%
B=27.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2192261710.0300.240.1167.6448.6777.84
HexDBE2AB3018B44314e
Octal33334225330301310461116
Binary11011011111000101010101111011000101110001001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE2AB; }

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

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

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

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

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

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

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

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