#DBF9DA

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

Shades of Tara #DBF9DA

Tints of Tara #DBF9DA

Color information

#DBF9DA (or 0xDBF9DA) is unknown color: approx Tara. HEX triplet: DB, F9 and DA. RGB value is (219,249,218). Sum of RGB (Red+Green+Blue) = 219+249+218=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 249 (97.66% from 255 or 36.30% from 686); Blue value is 218 (85.55% from 255 or 31.78% from 686); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF9DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF9DA is #240625. Grayscale: #ECECEC. Windows color (decimal): -2360870 or 14350811. OLE color: 14350811.

HSL color Cylindrical-coordinate representation of color #DBF9DA: hue angle of 118.06º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBF9DA is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB219249218-
CMYK0.1200.120.02
HSL118.06º72.09%91.57%-
HSV(B)118.06º12.45%97.65%-
XYZ75.7487.8779.3-
YUV236.5117.56115.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.92%
GREEN value IS 249 (97.66% from 255) = 36.30%
BLUE value IS 218 (85.55% from 255) = 31.78%
R=31.92%
G=36.30%
B=31.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192492180.1200.120.02118.0672.0991.57
HexDBF9DAC0C276485c
Octal333371332140142166110134
Binary11011011111110011101101011000110010111011010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF9DA; }

 p { color: rgb(219,249,218); }

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

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

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

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

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

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

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