#DBE8B2

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

Shades of Tusk #DBE8B2

Tints of Tusk #DBE8B2

Color information

#DBE8B2 (or 0xDBE8B2) is unknown color: approx Tusk. HEX triplet: DB, E8 and B2. RGB value is (219,232,178). Sum of RGB (Red+Green+Blue) = 219+232+178=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 232 (91.02% from 255 or 36.88% from 629); Blue value is 178 (69.92% from 255 or 28.30% from 629); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE8B2 is #24174D. Grayscale: #DEDEDE. Windows color (decimal): -2365262 or 11725019. OLE color: 11725019.

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

Color convert

RGB219232178-
CMYK0.0600.230.09
HSL74.44º54%80.39%-
HSV(B)74.44º23.28%90.98%-
XYZ66.1175.9953.3-
YUV221.96103.19125.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.82%
GREEN value IS 232 (91.02% from 255) = 36.88%
BLUE value IS 178 (69.92% from 255) = 28.30%
R=34.82%
G=36.88%
B=28.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192321780.0600.230.0974.445480.39
HexDBE8B2601794a3650
Octal33335026260271111266120
Binary110110111110100010110010110010111100110010101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE8B2; }

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

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

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

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

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

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

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

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