#DBF5DA

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

Shades of Tara #DBF5DA

Tints of Tara #DBF5DA

Color information

#DBF5DA (or 0xDBF5DA) is unknown color: approx Tara. HEX triplet: DB, F5 and DA. RGB value is (219,245,218). Sum of RGB (Red+Green+Blue) = 219+245+218=682 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.11% from 682); Green value is 245 (96.09% from 255 or 35.92% from 682); Blue value is 218 (85.55% from 255 or 31.96% from 682); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF5DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF5DA is #240A25. Grayscale: #EAEAEA. Windows color (decimal): -2361894 or 14349787. OLE color: 14349787.

HSL color Cylindrical-coordinate representation of color #DBF5DA: hue angle of 117.78º degrees, saturation: 0.57, 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 #DBF5DA is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB219245218-
CMYK0.1100.110.04
HSL117.78º57.45%90.78%-
HSV(B)117.78º11.02%96.08%-
XYZ74.5285.4378.89-
YUV234.15118.89117.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.11%
GREEN value IS 245 (96.09% from 255) = 35.92%
BLUE value IS 218 (85.55% from 255) = 31.96%
R=32.11%
G=35.92%
B=31.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2192452180.1100.110.04117.7857.4590.78
HexDBF5DAB0B476395b
Octal33336533213013416671133
Binary11011011111101011101101010110101110011101101110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF5DA; }

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

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

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

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

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

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

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

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