#DBF0DA

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

Shades of Tara #DBF0DA

Tints of Tara #DBF0DA

Color information

#DBF0DA (or 0xDBF0DA) is unknown color: approx Tara. HEX triplet: DB, F0 and DA. RGB value is (219,240,218). Sum of RGB (Red+Green+Blue) = 219+240+218=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 240 (94.14% from 255 or 35.45% from 677); Blue value is 218 (85.55% from 255 or 32.20% from 677); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF0DA is #240F25. Grayscale: #E7E7E7. Windows color (decimal): -2363174 or 14348507. OLE color: 14348507.

HSL color Cylindrical-coordinate representation of color #DBF0DA: hue angle of 117.27º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBF0DA is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB219240218-
CMYK0.0900.090.06
HSL117.27º42.31%89.8%-
HSV(B)117.27º9.17%94.12%-
XYZ73.0382.4478.39-
YUV231.21120.54119.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.35%
GREEN value IS 240 (94.14% from 255) = 35.45%
BLUE value IS 218 (85.55% from 255) = 32.20%
R=32.35%
G=35.45%
B=32.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192402180.0900.090.06117.2742.3189.8
HexDBF0DA9096752a5a
Octal33336033211011616552132
Binary11011011111100001101101010010100111011101011010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF0DA; }

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

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

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

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

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

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

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

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