#DBEBB2

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

Shades of Tusk #DBEBB2

Tints of Tusk #DBEBB2

Color information

#DBEBB2 (or 0xDBEBB2) is unknown color: approx Tusk. HEX triplet: DB, EB and B2. RGB value is (219,235,178). Sum of RGB (Red+Green+Blue) = 219+235+178=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 178 (69.92% from 255 or 28.16% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEBB2 is #24144D. Grayscale: #DFDFDF. Windows color (decimal): -2364494 or 11725787. OLE color: 11725787.

HSL color Cylindrical-coordinate representation of color #DBEBB2: hue angle of 76.84º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBEBB2 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB219235178-
CMYK0.0700.240.08
HSL76.84º58.76%80.98%-
HSV(B)76.84º24.26%92.16%-
XYZ66.9677.6953.59-
YUV223.72102.2124.63-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.65%
GREEN value IS 235 (92.19% from 255) = 37.18%
BLUE value IS 178 (69.92% from 255) = 28.16%
R=34.65%
G=37.18%
B=28.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192351780.0700.240.0876.8458.7680.98
HexDBEBB2701884d3b51
Octal33335326270301011573121
Binary110110111110101110110010111011000100010011011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBB2; }

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

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

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

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

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

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

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

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