#DAFADA

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

Shades of Tara #DAFADA

Tints of Tara #DAFADA

Color information

#DAFADA (or 0xDAFADA) is unknown color: approx Tara. HEX triplet: DA, FA and DA. RGB value is (218,250,218). Sum of RGB (Red+Green+Blue) = 218+250+218=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 250 (98.05% from 255 or 36.44% from 686); Blue value is 218 (85.55% from 255 or 31.78% from 686); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFADA is #250525. Grayscale: #ECECEC. Windows color (decimal): -2426150 or 14351066. OLE color: 14351066.

HSL color Cylindrical-coordinate representation of color #DAFADA: hue angle of 120º degrees, saturation: 0.76, 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 #DAFADA is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB218250218-
CMYK0.1300.130.02
HSL120º76.19%91.76%-
HSV(B)120º12.8%98.04%-
XYZ75.7588.3479.39-
YUV236.78117.4114.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.78%
GREEN value IS 250 (98.05% from 255) = 36.44%
BLUE value IS 218 (85.55% from 255) = 31.78%
R=31.78%
G=36.44%
B=31.78%

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
Decimal2182502180.1300.130.0212076.1991.76
HexDAFADAD0D2784c5c
Octal332372332150152170114134
Binary11011010111110101101101011010110110111100010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFADA; }

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

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

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

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

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

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

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

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