#DBFEDC

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

Shades of Tara #DBFEDC

Tints of Tara #DBFEDC

Color information

#DBFEDC (or 0xDBFEDC) is unknown color: approx Tara. HEX triplet: DB, FE and DC. RGB value is (219,254,220). Sum of RGB (Red+Green+Blue) = 219+254+220=693 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.60% from 693); Green value is 254 (99.61% from 255 or 36.65% from 693); Blue value is 220 (86.33% from 255 or 31.75% from 693); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFEDC is #240123. Grayscale: #EFEFEF. Windows color (decimal): -2359588 or 14483163. OLE color: 14483163.

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

Color convert

RGB219254220-
CMYK0.1400.130.00
HSL121.71º94.59%92.75%-
HSV(B)121.71º13.78%99.61%-
XYZ77.5791.1181.21-
YUV239.66116.9113.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.60%
GREEN value IS 254 (99.61% from 255) = 36.65%
BLUE value IS 220 (86.33% from 255) = 31.75%
R=31.60%
G=36.65%
B=31.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2192542200.1400.130.00121.7194.5992.75
HexDBFEDCE0D07a5f5d
Octal333376334160150172137135
Binary1101101111111110110111001110011010111101010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFEDC; }

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

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

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

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

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

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

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

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