#DBE7A8

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

Shades of Tusk #DBE7A8

Tints of Tusk #DBE7A8

Color information

#DBE7A8 (or 0xDBE7A8) is unknown color: approx Tusk. HEX triplet: DB, E7 and A8. RGB value is (219,231,168). Sum of RGB (Red+Green+Blue) = 219+231+168=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 231 (90.62% from 255 or 37.38% from 618); Blue value is 168 (66.02% from 255 or 27.18% from 618); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE7A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE7A8 is #241857. Grayscale: #DCDCDC. Windows color (decimal): -2365528 or 11069403. OLE color: 11069403.

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

Color convert

RGB219231168-
CMYK0.0500.270.09
HSL71.43º56.76%78.24%-
HSV(B)71.43º27.27%90.59%-
XYZ64.8675.0448.11-
YUV220.2398.52127.12-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.44%
GREEN value IS 231 (90.62% from 255) = 37.38%
BLUE value IS 168 (66.02% from 255) = 27.18%
R=35.44%
G=37.38%
B=27.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192311680.0500.270.0971.4356.7678.24
HexDBE7A8501B947394e
Octal33334725050331110771116
Binary110110111110011110101000101011011100110001111110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE7A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE7A8; }

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

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

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

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

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

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

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

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