#DAEBD9

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

Shades of Tara #DAEBD9

Tints of Tara #DAEBD9

Color information

#DAEBD9 (or 0xDAEBD9) is unknown color: approx Tara. HEX triplet: DA, EB and D9. RGB value is (218,235,217). Sum of RGB (Red+Green+Blue) = 218+235+217=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 217 (85.16% from 255 or 32.39% from 670); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBD9 is #251426. Grayscale: #E3E3E3. Windows color (decimal): -2429991 or 14281690. OLE color: 14281690.

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

Color convert

RGB218235217-
CMYK0.0700.080.08
HSL116.67º31.03%88.63%-
HSV(B)116.67º7.66%92.16%-
XYZ71.1579.3377.21-
YUV227.86121.87120.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.54%
GREEN value IS 235 (92.19% from 255) = 35.07%
BLUE value IS 217 (85.16% from 255) = 32.39%
R=32.54%
G=35.07%
B=32.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182352170.0700.080.08116.6731.0388.63
HexDAEBD97088751f59
Octal33235333170101016537131
Binary1101101011101011110110011110100010001110101111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBD9; }

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

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

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

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

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

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

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

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