#DBE7AA

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

Shades of Tusk #DBE7AA

Tints of Tusk #DBE7AA

Color information

#DBE7AA (or 0xDBE7AA) is unknown color: approx Tusk. HEX triplet: DB, E7 and AA. RGB value is (219,231,170). Sum of RGB (Red+Green+Blue) = 219+231+170=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 231 (90.62% from 255 or 37.26% from 620); Blue value is 170 (66.80% from 255 or 27.42% from 620); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE7AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE7AA is #241855. Grayscale: #DCDCDC. Windows color (decimal): -2365526 or 11200475. OLE color: 11200475.

HSL color Cylindrical-coordinate representation of color #DBE7AA: hue angle of 71.8º degrees, saturation: 0.56, 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 #DBE7AA is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB219231170-
CMYK0.0500.260.09
HSL71.8º55.96%78.63%-
HSV(B)71.8º26.41%90.59%-
XYZ65.0575.1149.1-
YUV220.4699.52126.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.32%
GREEN value IS 231 (90.62% from 255) = 37.26%
BLUE value IS 170 (66.80% from 255) = 27.42%
R=35.32%
G=37.26%
B=27.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192311700.0500.260.0971.855.9678.63
HexDBE7AA501A948384f
Octal33334725250321111070117
Binary110110111110011110101010101011010100110010001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE7AA; }

 p { color: rgb(219,231,170); }

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

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

 a { background-color: rgb(219,231,170); }

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

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

 span { border-color: rgb(219,231,170); }

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