#DBE6AB

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

Shades of Tusk #DBE6AB

Tints of Tusk #DBE6AB

Color information

#DBE6AB (or 0xDBE6AB) is unknown color: approx Tusk. HEX triplet: DB, E6 and AB. RGB value is (219,230,171). Sum of RGB (Red+Green+Blue) = 219+230+171=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 230 (90.23% from 255 or 37.10% from 620); Blue value is 171 (67.19% from 255 or 27.58% from 620); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE6AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE6AB is #241954. Grayscale: #DCDCDC. Windows color (decimal): -2365781 or 11265755. OLE color: 11265755.

HSL color Cylindrical-coordinate representation of color #DBE6AB: hue angle of 71.19º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBE6AB is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB219230171-
CMYK0.0500.260.10
HSL71.19º54.13%78.63%-
HSV(B)71.19º25.65%90.2%-
XYZ64.8674.5949.51-
YUV219.98100.36127.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.32%
GREEN value IS 230 (90.23% from 255) = 37.10%
BLUE value IS 171 (67.19% from 255) = 27.58%
R=35.32%
G=37.10%
B=27.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192301710.0500.260.1071.1954.1378.63
HexDBE6AB501AA47364f
Octal33334625350321210766117
Binary110110111110011010101011101011010101010001111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE6AB; }

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

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

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

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

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

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

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

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