#DBE7B5

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

Shades of Tusk #DBE7B5

Tints of Tusk #DBE7B5

Color information

#DBE7B5 (or 0xDBE7B5) is unknown color: approx Tusk. HEX triplet: DB, E7 and B5. RGB value is (219,231,181). Sum of RGB (Red+Green+Blue) = 219+231+181=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 231 (90.62% from 255 or 36.61% from 631); Blue value is 181 (71.09% from 255 or 28.68% from 631); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE7B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE7B5 is #24184A. Grayscale: #DDDDDD. Windows color (decimal): -2365515 or 11921371. OLE color: 11921371.

HSL color Cylindrical-coordinate representation of color #DBE7B5: hue angle of 74.4º degrees, saturation: 0.51, 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 #DBE7B5 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB219231181-
CMYK0.0500.220.09
HSL74.4º51.02%80.78%-
HSV(B)74.4º21.65%90.59%-
XYZ66.1375.5554.81-
YUV221.71105.02126.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.71%
GREEN value IS 231 (90.62% from 255) = 36.61%
BLUE value IS 181 (71.09% from 255) = 28.68%
R=34.71%
G=36.61%
B=28.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192311810.0500.220.0974.451.0280.78
HexDBE7B5501694a3351
Octal33334726550261111263121
Binary110110111110011110110101101010110100110010101100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE7B5; }

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

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

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

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

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

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

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

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