#DAFED6

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

Shades of Tara #DAFED6

Tints of Tara #DAFED6

Color information

#DAFED6 (or 0xDAFED6) is unknown color: approx Tara. HEX triplet: DA, FE and D6. RGB value is (218,254,214). Sum of RGB (Red+Green+Blue) = 218+254+214=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 214 (83.98% from 255 or 31.20% from 686); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFED6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFED6 is #250129. Grayscale: #EEEEEE. Windows color (decimal): -2425130 or 14089946. OLE color: 14089946.

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

Color convert

RGB218254214-
CMYK0.1400.160.00
HSL114º95.24%91.76%-
HSV(B)114º15.75%99.61%-
XYZ76.4990.6477.08-
YUV238.68114.07113.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.78%
GREEN value IS 254 (99.61% from 255) = 37.03%
BLUE value IS 214 (83.98% from 255) = 31.20%
R=31.78%
G=37.03%
B=31.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182542140.1400.160.0011495.2491.76
HexDAFED6E0100725f5c
Octal332376326160200162137134
Binary11011010111111101101011011100100000111001010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFED6; }

 p { color: rgb(218,254,214); }

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

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

 a { background-color: rgb(218,254,214); }

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

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

 span { border-color: rgb(218,254,214); }

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