#DBE8AF

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

Shades of Tusk #DBE8AF

Tints of Tusk #DBE8AF

Color information

#DBE8AF (or 0xDBE8AF) is unknown color: approx Tusk. HEX triplet: DB, E8 and AF. RGB value is (219,232,175). Sum of RGB (Red+Green+Blue) = 219+232+175=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE8AF is #241750. Grayscale: #DDDDDD. Windows color (decimal): -2365265 or 11528411. OLE color: 11528411.

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

Color convert

RGB219232175-
CMYK0.0600.250.09
HSL73.68º55.34%79.8%-
HSV(B)73.68º24.57%90.98%-
XYZ65.8175.8751.73-
YUV221.61101.69126.13-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.98%
GREEN value IS 232 (91.02% from 255) = 37.06%
BLUE value IS 175 (68.75% from 255) = 27.96%
R=34.98%
G=37.06%
B=27.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192321750.0600.250.0973.6855.3479.8
HexDBE8AF601994a3750
Octal33335025760311111267120
Binary110110111110100010101111110011001100110010101101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE8AF; }

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

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

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

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

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

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

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

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