#DBFED8

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

Shades of Tara #DBFED8

Tints of Tara #DBFED8

Color information

#DBFED8 (or 0xDBFED8) is unknown color: approx Tara. HEX triplet: DB, FE and D8. RGB value is (219,254,216). Sum of RGB (Red+Green+Blue) = 219+254+216=689 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.79% from 689); Green value is 254 (99.61% from 255 or 36.87% from 689); Blue value is 216 (84.77% from 255 or 31.35% from 689); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFED8 is #240127. Grayscale: #EFEFEF. Windows color (decimal): -2359592 or 14221019. OLE color: 14221019.

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

Color convert

RGB219254216-
CMYK0.1400.150.00
HSL115.26º95%92.16%-
HSV(B)115.26º14.96%99.61%-
XYZ77.0590.978.45-
YUV239.2114.9113.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.79%
GREEN value IS 254 (99.61% from 255) = 36.87%
BLUE value IS 216 (84.77% from 255) = 31.35%
R=31.79%
G=36.87%
B=31.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2192542160.1400.150.00115.269592.16
HexDBFED8E0F0735f5c
Octal333376330160170163137134
Binary1101101111111110110110001110011110111001110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFED8; }

 p { color: rgb(219,254,216); }

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

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

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

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

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

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

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