#DAF1DA

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

Shades of Tara #DAF1DA

Tints of Tara #DAF1DA

Color information

#DAF1DA (or 0xDAF1DA) is unknown color: approx Tara. HEX triplet: DA, F1 and DA. RGB value is (218,241,218). Sum of RGB (Red+Green+Blue) = 218+241+218=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 241 (94.53% from 255 or 35.60% from 677); Blue value is 218 (85.55% from 255 or 32.20% from 677); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF1DA is #250E25. Grayscale: #E7E7E7. Windows color (decimal): -2428454 or 14348762. OLE color: 14348762.

HSL color Cylindrical-coordinate representation of color #DAF1DA: hue angle of 120º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAF1DA is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB218241218-
CMYK0.1000.100.05
HSL120º45.1%90%-
HSV(B)120º9.54%94.51%-
XYZ73.0282.8878.48-
YUV231.5120.38118.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.20%
GREEN value IS 241 (94.53% from 255) = 35.60%
BLUE value IS 218 (85.55% from 255) = 32.20%
R=32.20%
G=35.60%
B=32.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182412180.1000.100.0512045.190
HexDAF1DAA0A5782d5a
Octal33236133212012517055132
Binary11011010111100011101101010100101010111110001011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF1DA; }

 p { color: rgb(218,241,218); }

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

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

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

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

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

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

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