#DBE0B1

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

Shades of Tusk #DBE0B1

Tints of Tusk #DBE0B1

Color information

#DBE0B1 (or 0xDBE0B1) is unknown color: approx Tusk. HEX triplet: DB, E0 and B1. RGB value is (219,224,177). Sum of RGB (Red+Green+Blue) = 219+224+177=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 224 (87.89% from 255 or 36.13% from 620); Blue value is 177 (69.53% from 255 or 28.55% from 620); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE0B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE0B1 is #241F4E. Grayscale: #D9D9D9. Windows color (decimal): -2367311 or 11657435. OLE color: 11657435.

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

Color convert

RGB219224177-
CMYK0.0200.210.12
HSL66.38º43.12%78.63%-
HSV(B)66.38º20.98%87.84%-
XYZ63.871.5552.04-
YUV217.15105.34129.32-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.32%
GREEN value IS 224 (87.89% from 255) = 36.13%
BLUE value IS 177 (69.53% from 255) = 28.55%
R=35.32%
G=36.13%
B=28.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192241770.0200.210.1266.3843.1278.63
HexDBE0B12015C422b4f
Octal33334026120251410253117
Binary11011011111000001011000110010101110010000101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE0B1; }

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

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

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

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

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

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

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

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