#DAFED8

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

Shades of Tara #DAFED8

Tints of Tara #DAFED8

Color information

#DAFED8 (or 0xDAFED8) is unknown color: approx Tara. HEX triplet: DA, FE and D8. RGB value is (218,254,216). Sum of RGB (Red+Green+Blue) = 218+254+216=688 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.69% from 688); Green value is 254 (99.61% from 255 or 36.92% from 688); Blue value is 216 (84.77% from 255 or 31.40% from 688); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFED8 is #250127. Grayscale: #EFEFEF. Windows color (decimal): -2425128 or 14221018. OLE color: 14221018.

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

Color convert

RGB218254216-
CMYK0.1400.150.00
HSL116.84º95%92.16%-
HSV(B)116.84º14.96%99.61%-
XYZ76.7590.7578.44-
YUV238.9115.07113.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.69%
GREEN value IS 254 (99.61% from 255) = 36.92%
BLUE value IS 216 (84.77% from 255) = 31.40%
R=31.69%
G=36.92%
B=31.40%

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
Decimal2182542160.1400.150.00116.849592.16
HexDAFED8E0F0755f5c
Octal332376330160170165137134
Binary1101101011111110110110001110011110111010110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFED8; }

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

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

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

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

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

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

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

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