#DAEADA

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

Shades of Tara #DAEADA

Tints of Tara #DAEADA

Color information

#DAEADA (or 0xDAEADA) is unknown color: approx Tara. HEX triplet: DA, EA and DA. RGB value is (218,234,218). Sum of RGB (Red+Green+Blue) = 218+234+218=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 234 (91.80% from 255 or 34.93% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEADA is #251525. Grayscale: #E3E3E3. Windows color (decimal): -2430246 or 14346970. OLE color: 14346970.

HSL color Cylindrical-coordinate representation of color #DAEADA: hue angle of 120º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DAEADA is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB218234218-
CMYK0.0700.070.08
HSL120º27.59%88.63%-
HSV(B)120º6.84%91.76%-
XYZ70.9978.8177.8-
YUV227.39122.7121.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.54%
GREEN value IS 234 (91.80% from 255) = 34.93%
BLUE value IS 218 (85.55% from 255) = 32.54%
R=32.54%
G=34.93%
B=32.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182342180.0700.070.0812027.5988.63
HexDAEADA7078781c59
Octal3323523327071017034131
Binary110110101110101011011010111011110001111000111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEADA; }

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

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

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

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

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

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

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

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