#DBE3A6

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

Shades of Tusk #DBE3A6

Tints of Tusk #DBE3A6

Color information

#DBE3A6 (or 0xDBE3A6) is unknown color: approx Tusk. HEX triplet: DB, E3 and A6. RGB value is (219,227,166). Sum of RGB (Red+Green+Blue) = 219+227+166=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 227 (89.06% from 255 or 37.09% from 612); Blue value is 166 (65.23% from 255 or 27.12% from 612); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE3A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE3A6 is #241C59. Grayscale: #D9D9D9. Windows color (decimal): -2366554 or 10937307. OLE color: 10937307.

HSL color Cylindrical-coordinate representation of color #DBE3A6: hue angle of 67.87º degrees, saturation: 0.52, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBE3A6 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB219227166-
CMYK0.0400.270.11
HSL67.87º52.14%77.06%-
HSV(B)67.87º26.87%89.02%-
XYZ63.5772.7546.77-
YUV217.6598.85128.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.78%
GREEN value IS 227 (89.06% from 255) = 37.09%
BLUE value IS 166 (65.23% from 255) = 27.12%
R=35.78%
G=37.09%
B=27.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2192271660.0400.270.1167.8752.1477.06
HexDBE3A6401BB44344d
Octal33334324640331310464115
Binary110110111110001110100110100011011101110001001101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE3A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE3A6; }

 p { color: rgb(219,227,166); }

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

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

 a { background-color: rgb(219,227,166); }

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

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

 span { border-color: rgb(219,227,166); }

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