#DBF1DA

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

Shades of Tara #DBF1DA

Tints of Tara #DBF1DA

Color information

#DBF1DA (or 0xDBF1DA) is unknown color: approx Tara. HEX triplet: DB, F1 and DA. RGB value is (219,241,218). Sum of RGB (Red+Green+Blue) = 219+241+218=678 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.30% from 678); Green value is 241 (94.53% from 255 or 35.55% from 678); Blue value is 218 (85.55% from 255 or 32.15% from 678); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1DA is #240E25. Grayscale: #E7E7E7. Windows color (decimal): -2362918 or 14348763. OLE color: 14348763.

HSL color Cylindrical-coordinate representation of color #DBF1DA: hue angle of 117.39º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBF1DA is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB219241218-
CMYK0.0900.100.05
HSL117.39º45.1%90%-
HSV(B)117.39º9.54%94.51%-
XYZ73.3283.0378.49-
YUV231.8120.21118.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.30%
GREEN value IS 241 (94.53% from 255) = 35.55%
BLUE value IS 218 (85.55% from 255) = 32.15%
R=32.30%
G=35.55%
B=32.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192412180.0900.100.05117.3945.190
HexDBF1DA90A5752d5a
Octal33336133211012516555132
Binary11011011111100011101101010010101010111101011011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF1DA; }

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

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

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

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

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

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

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

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