#DAEDD9

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

Shades of Tara #DAEDD9

Tints of Tara #DAEDD9

Color information

#DAEDD9 (or 0xDAEDD9) is unknown color: approx Tara. HEX triplet: DA, ED and D9. RGB value is (218,237,217). Sum of RGB (Red+Green+Blue) = 218+237+217=672 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.44% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 217 (85.16% from 255 or 32.29% from 672); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDD9 is #251226. Grayscale: #E5E5E5. Windows color (decimal): -2429479 or 14282202. OLE color: 14282202.

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

Color convert

RGB218237217-
CMYK0.0800.080.07
HSL117º35.71%89.02%-
HSV(B)117º8.44%92.94%-
XYZ71.7280.4877.4-
YUV229.04121.21120.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.44%
GREEN value IS 237 (92.97% from 255) = 35.27%
BLUE value IS 217 (85.16% from 255) = 32.29%
R=32.44%
G=35.27%
B=32.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182372170.0800.080.0711735.7189.02
HexDAEDD98087752459
Octal33235533110010716544131
Binary11011010111011011101100110000100011111101011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEDD9; }

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

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

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

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

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

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

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

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