#DAEBDA

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

Shades of Tara #DAEBDA

Tints of Tara #DAEBDA

Color information

#DAEBDA (or 0xDAEBDA) is unknown color: approx Tara. HEX triplet: DA, EB and DA. RGB value is (218,235,218). Sum of RGB (Red+Green+Blue) = 218+235+218=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 218 (85.55% from 255 or 32.49% from 671); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBDA is #251425. Grayscale: #E4E4E4. Windows color (decimal): -2429990 or 14347226. OLE color: 14347226.

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

Color convert

RGB218235218-
CMYK0.0700.070.08
HSL120º29.82%88.82%-
HSV(B)120º7.23%92.16%-
XYZ71.2879.3877.9-
YUV227.98122.37120.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.49%
GREEN value IS 235 (92.19% from 255) = 35.02%
BLUE value IS 218 (85.55% from 255) = 32.49%
R=32.49%
G=35.02%
B=32.49%

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
Decimal2182352180.0700.070.0812029.8288.82
HexDAEBDA7078781e59
Octal3323533327071017036131
Binary110110101110101111011010111011110001111000111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBDA; }

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

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

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

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

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

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

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

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