#DBFFDA

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

Shades of Tara #DBFFDA

Tints of Tara #DBFFDA

Color information

#DBFFDA (or 0xDBFFDA) is unknown color: approx Tara. HEX triplet: DB, FF and DA. RGB value is (219,255,218). Sum of RGB (Red+Green+Blue) = 219+255+218=692 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.65% from 692); Green value is 255 (100% from 255 or 36.85% from 692); Blue value is 218 (85.55% from 255 or 31.50% from 692); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFDA is #240025. Grayscale: #F0F0F0. Windows color (decimal): -2359334 or 14352347. OLE color: 14352347.

HSL color Cylindrical-coordinate representation of color #DBFFDA: hue angle of 118.38º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBFFDA is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB219255218-
CMYK0.1400.150
HSL118.38º100%92.75%-
HSV(B)118.38º14.51%100%-
XYZ77.6391.6479.93-
YUV240.02115.57113.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.65%
GREEN value IS 255 (100% from 255) = 36.85%
BLUE value IS 218 (85.55% from 255) = 31.50%
R=31.65%
G=36.85%
B=31.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192552180.1400.150118.3810092.75
HexDBFFDAE0F076645d
Octal333377332160170166144135
Binary1101101111111111110110101110011110111011011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFFDA; }

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

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

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

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

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

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

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

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