#DAFED7

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

Shades of Tara #DAFED7

Tints of Tara #DAFED7

Color information

#DAFED7 (or 0xDAFED7) is unknown color: approx Tara. HEX triplet: DA, FE and D7. RGB value is (218,254,215). Sum of RGB (Red+Green+Blue) = 218+254+215=687 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.73% from 687); Green value is 254 (99.61% from 255 or 36.97% from 687); Blue value is 215 (84.38% from 255 or 31.30% from 687); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFED7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFED7 is #250128. Grayscale: #EEEEEE. Windows color (decimal): -2425129 or 14155482. OLE color: 14155482.

HSL color Cylindrical-coordinate representation of color #DAFED7: hue angle of 115.38º 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 #DAFED7 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB218254215-
CMYK0.1400.150.00
HSL115.38º95.12%91.96%-
HSV(B)115.38º15.35%99.61%-
XYZ76.6290.777.76-
YUV238.79114.57113.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.73%
GREEN value IS 254 (99.61% from 255) = 36.97%
BLUE value IS 215 (84.38% from 255) = 31.30%
R=31.73%
G=36.97%
B=31.30%

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
Decimal2182542150.1400.150.00115.3895.1291.96
HexDAFED7E0F0735f5c
Octal332376327160170163137134
Binary1101101011111110110101111110011110111001110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFED7; }

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

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

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

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

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

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

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

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