#DBEBB1

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

Shades of Tusk #DBEBB1

Tints of Tusk #DBEBB1

Color information

#DBEBB1 (or 0xDBEBB1) is unknown color: approx Tusk. HEX triplet: DB, EB and B1. RGB value is (219,235,177). Sum of RGB (Red+Green+Blue) = 219+235+177=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 177 (69.53% from 255 or 28.05% from 631); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEBB1 is #24144E. Grayscale: #DFDFDF. Windows color (decimal): -2364495 or 11660251. OLE color: 11660251.

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

Color convert

RGB219235177-
CMYK0.0700.250.08
HSL76.55º59.18%80.78%-
HSV(B)76.55º24.68%92.16%-
XYZ66.8677.6553.06-
YUV223.6101.7124.72-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.71%
GREEN value IS 235 (92.19% from 255) = 37.24%
BLUE value IS 177 (69.53% from 255) = 28.05%
R=34.71%
G=37.24%
B=28.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192351770.0700.250.0876.5559.1880.78
HexDBEBB1701984d3b51
Octal33335326170311011573121
Binary110110111110101110110001111011001100010011011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBB1; }

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

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

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

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

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

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

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

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