#DBFEDB

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

Shades of Tara #DBFEDB

Tints of Tara #DBFEDB

Color information

#DBFEDB (or 0xDBFEDB) is unknown color: approx Tara. HEX triplet: DB, FE and DB. RGB value is (219,254,219). Sum of RGB (Red+Green+Blue) = 219+254+219=692 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.65% from 692); Green value is 254 (99.61% from 255 or 36.71% from 692); Blue value is 219 (85.94% from 255 or 31.65% from 692); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFEDB is #240124. Grayscale: #EFEFEF. Windows color (decimal): -2359589 or 14417627. OLE color: 14417627.

HSL color Cylindrical-coordinate representation of color #DBFEDB: hue angle of 120º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFEDB is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB219254219-
CMYK0.1400.140.00
HSL120º94.59%92.75%-
HSV(B)120º13.78%99.61%-
XYZ77.4491.0680.51-
YUV239.54116.4113.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.65%
GREEN value IS 254 (99.61% from 255) = 36.71%
BLUE value IS 219 (85.94% from 255) = 31.65%
R=31.65%
G=36.71%
B=31.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2192542190.1400.140.0012094.5992.75
HexDBFEDBE0E0785f5d
Octal333376333160160170137135
Binary1101101111111110110110111110011100111100010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFEDB; }

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

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

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

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

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

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

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

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