#DAEFDA

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

Shades of Tara #DAEFDA

Tints of Tara #DAEFDA

Color information

#DAEFDA (or 0xDAEFDA) is unknown color: approx Tara. HEX triplet: DA, EF and DA. RGB value is (218,239,218). Sum of RGB (Red+Green+Blue) = 218+239+218=675 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.30% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 218 (85.55% from 255 or 32.30% from 675); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFDA is #251025. Grayscale: #E6E6E6. Windows color (decimal): -2428966 or 14348250. OLE color: 14348250.

HSL color Cylindrical-coordinate representation of color #DAEFDA: hue angle of 120º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAEFDA is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB218239218-
CMYK0.0900.090.06
HSL120º39.62%89.61%-
HSV(B)120º8.79%93.73%-
XYZ72.4381.778.28-
YUV230.33121.04119.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.30%
GREEN value IS 239 (93.75% from 255) = 35.41%
BLUE value IS 218 (85.55% from 255) = 32.30%
R=32.30%
G=35.41%
B=32.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182392180.0900.090.0612039.6289.61
HexDAEFDA909678285a
Octal33235733211011617050132
Binary11011010111011111101101010010100111011110001010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEFDA; }

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

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

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

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

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

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

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

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