#DBF9DB

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

Shades of Tara #DBF9DB

Tints of Tara #DBF9DB

Color information

#DBF9DB (or 0xDBF9DB) is unknown color: approx Tara. HEX triplet: DB, F9 and DB. RGB value is (219,249,219). Sum of RGB (Red+Green+Blue) = 219+249+219=687 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.88% from 687); Green value is 249 (97.66% from 255 or 36.24% from 687); Blue value is 219 (85.94% from 255 or 31.88% from 687); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF9DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF9DB is #240624. Grayscale: #ECECEC. Windows color (decimal): -2360869 or 14416347. OLE color: 14416347.

HSL color Cylindrical-coordinate representation of color #DBF9DB: hue angle of 120º degrees, saturation: 0.71, 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 #DBF9DB is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB219249219-
CMYK0.1200.120.02
HSL120º71.43%91.76%-
HSV(B)120º12.05%97.65%-
XYZ75.8887.9379.99-
YUV236.61118.06115.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.88%
GREEN value IS 249 (97.66% from 255) = 36.24%
BLUE value IS 219 (85.94% from 255) = 31.88%
R=31.88%
G=36.24%
B=31.88%

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
Decimal2192492190.1200.120.0212071.4391.76
HexDBF9DBC0C278475c
Octal333371333140142170107134
Binary11011011111110011101101111000110010111100010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF9DB; }

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

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

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

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

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

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

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

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