#DBEAB2

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

Shades of Tusk #DBEAB2

Tints of Tusk #DBEAB2

Color information

#DBEAB2 (or 0xDBEAB2) is unknown color: approx Tusk. HEX triplet: DB, EA and B2. RGB value is (219,234,178). Sum of RGB (Red+Green+Blue) = 219+234+178=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 178 (69.92% from 255 or 28.21% from 631); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEAB2 is #24154D. Grayscale: #DFDFDF. Windows color (decimal): -2364750 or 11725531. OLE color: 11725531.

HSL color Cylindrical-coordinate representation of color #DBEAB2: hue angle of 76.07º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBEAB2 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB219234178-
CMYK0.0600.240.08
HSL76.07º57.14%80.78%-
HSV(B)76.07º23.93%91.76%-
XYZ66.6777.1253.49-
YUV223.13102.53125.05-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.71%
GREEN value IS 234 (91.80% from 255) = 37.08%
BLUE value IS 178 (69.92% from 255) = 28.21%
R=34.71%
G=37.08%
B=28.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192341780.0600.240.0876.0757.1480.78
HexDBEAB2601884c3951
Octal33335226260301011471121
Binary110110111110101010110010110011000100010011001110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEAB2; }

 p { color: rgb(219,234,178); }

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

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

 a { background-color: rgb(219,234,178); }

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

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

 span { border-color: rgb(219,234,178); }

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