#DBEBDB

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

Shades of Tara #DBEBDB

Tints of Tara #DBEBDB

Color information

#DBEBDB (or 0xDBEBDB) is unknown color: approx Tara. HEX triplet: DB, EB and DB. RGB value is (219,235,219). Sum of RGB (Red+Green+Blue) = 219+235+219=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 235 (92.19% from 255 or 34.92% from 673); Blue value is 219 (85.94% from 255 or 32.54% from 673); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBDB is #241424. Grayscale: #E4E4E4. Windows color (decimal): -2364453 or 14412763. OLE color: 14412763.

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

Color convert

RGB219235219-
CMYK0.0700.070.08
HSL120º28.57%89.02%-
HSV(B)120º6.81%92.16%-
XYZ71.7179.5978.6-
YUV228.39122.7121.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.54%
GREEN value IS 235 (92.19% from 255) = 34.92%
BLUE value IS 219 (85.94% from 255) = 32.54%
R=32.54%
G=34.92%
B=32.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192352190.0700.070.0812028.5789.02
HexDBEBDB7078781d59
Octal3333533337071017035131
Binary110110111110101111011011111011110001111000111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBDB; }

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

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

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

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

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

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

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

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