#DAFAD9

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

Shades of Tara #DAFAD9

Tints of Tara #DAFAD9

Color information

#DAFAD9 (or 0xDAFAD9) is unknown color: approx Tara. HEX triplet: DA, FA and D9. RGB value is (218,250,217). Sum of RGB (Red+Green+Blue) = 218+250+217=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 217 (85.16% from 255 or 31.68% from 685); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFAD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFAD9 is #250526. Grayscale: #ECECEC. Windows color (decimal): -2426151 or 14285530. OLE color: 14285530.

HSL color Cylindrical-coordinate representation of color #DAFAD9: hue angle of 118.18º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAFAD9 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB218250217-
CMYK0.1300.130.02
HSL118.18º76.74%91.57%-
HSV(B)118.18º13.2%98.04%-
XYZ75.6288.2978.7-
YUV236.67116.9114.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.82%
GREEN value IS 250 (98.05% from 255) = 36.50%
BLUE value IS 217 (85.16% from 255) = 31.68%
R=31.82%
G=36.50%
B=31.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182502170.1300.130.02118.1876.7491.57
HexDAFAD9D0D2764d5c
Octal332372331150152166115134
Binary11011010111110101101100111010110110111011010011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFAD9; }

 p { color: rgb(218,250,217); }

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

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

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

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

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

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

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