#DBE0B7

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

Shades of Tusk #DBE0B7

Tints of Tusk #DBE0B7

Color information

#DBE0B7 (or 0xDBE0B7) is unknown color: approx Tusk. HEX triplet: DB, E0 and B7. RGB value is (219,224,183). Sum of RGB (Red+Green+Blue) = 219+224+183=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 224 (87.89% from 255 or 35.78% from 626); Blue value is 183 (71.88% from 255 or 29.23% from 626); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE0B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE0B7 is #241F48. Grayscale: #D9D9D9. Windows color (decimal): -2367305 or 12050651. OLE color: 12050651.

HSL color Cylindrical-coordinate representation of color #DBE0B7: hue angle of 67.32º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBE0B7 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB219224183-
CMYK0.0200.180.12
HSL67.32º39.81%79.8%-
HSV(B)67.32º18.3%87.84%-
XYZ64.4271.7955.26-
YUV217.83108.34128.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.98%
GREEN value IS 224 (87.89% from 255) = 35.78%
BLUE value IS 183 (71.88% from 255) = 29.23%
R=34.98%
G=35.78%
B=29.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192241830.0200.180.1267.3239.8179.8
HexDBE0B72012C432850
Octal33334026720221410350120
Binary11011011111000001011011110010010110010000111010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE0B7; }

 p { color: rgb(219,224,183); }

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

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

 a { background-color: rgb(219,224,183); }

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

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

 span { border-color: rgb(219,224,183); }

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