#DBF4DA

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

Shades of Tara #DBF4DA

Tints of Tara #DBF4DA

Color information

#DBF4DA (or 0xDBF4DA) is unknown color: approx Tara. HEX triplet: DB, F4 and DA. RGB value is (219,244,218). Sum of RGB (Red+Green+Blue) = 219+244+218=681 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.16% from 681); Green value is 244 (95.70% from 255 or 35.83% from 681); Blue value is 218 (85.55% from 255 or 32.01% from 681); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF4DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF4DA is #240B25. Grayscale: #E9E9E9. Windows color (decimal): -2362150 or 14349531. OLE color: 14349531.

HSL color Cylindrical-coordinate representation of color #DBF4DA: hue angle of 117.69º degrees, saturation: 0.54, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBF4DA is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB219244218-
CMYK0.1000.110.04
HSL117.69º54.17%90.59%-
HSV(B)117.69º10.66%95.69%-
XYZ74.2284.8278.79-
YUV233.56119.22117.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.16%
GREEN value IS 244 (95.70% from 255) = 35.83%
BLUE value IS 218 (85.55% from 255) = 32.01%
R=32.16%
G=35.83%
B=32.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2192442180.1000.110.04117.6954.1790.59
HexDBF4DAA0B476365b
Octal33336433212013416666133
Binary11011011111101001101101010100101110011101101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF4DA; }

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

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

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

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

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

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

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

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