#DBE9B5

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

Shades of Tusk #DBE9B5

Tints of Tusk #DBE9B5

Color information

#DBE9B5 (or 0xDBE9B5) is unknown color: approx Tusk. HEX triplet: DB, E9 and B5. RGB value is (219,233,181). Sum of RGB (Red+Green+Blue) = 219+233+181=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 233 (91.41% from 255 or 36.81% from 633); Blue value is 181 (71.09% from 255 or 28.59% from 633); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE9B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE9B5 is #24164A. Grayscale: #DFDFDF. Windows color (decimal): -2365003 or 11921883. OLE color: 11921883.

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

Color convert

RGB219233181-
CMYK0.0600.220.09
HSL76.15º54.17%81.18%-
HSV(B)76.15º22.32%91.37%-
XYZ66.6976.6755-
YUV222.89104.36125.23-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.60%
GREEN value IS 233 (91.41% from 255) = 36.81%
BLUE value IS 181 (71.09% from 255) = 28.59%
R=34.60%
G=36.81%
B=28.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192331810.0600.220.0976.1554.1781.18
HexDBE9B5601694c3651
Octal33335126560261111466121
Binary110110111110100110110101110010110100110011001101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE9B5; }

 p { color: rgb(219,233,181); }

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

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

 a { background-color: rgb(219,233,181); }

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

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

 span { border-color: rgb(219,233,181); }

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