#D6EDD5

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

Shades of Tara #D6EDD5

Tints of Tara #D6EDD5

Color information

#D6EDD5 (or 0xD6EDD5) is unknown color: approx Tara. HEX triplet: D6, ED and D5. RGB value is (214,237,213). Sum of RGB (Red+Green+Blue) = 214+237+213=664 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.23% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 213 (83.59% from 255 or 32.08% from 664); Max value from RGB is 237 - color contains mainly: green. Hex color #D6EDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EDD5 is #29122A. Grayscale: #E3E3E3. Windows color (decimal): -2691627 or 14020054. OLE color: 14020054.

HSL color Cylindrical-coordinate representation of color #D6EDD5: hue angle of 117.5º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6EDD5 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB214237213-
CMYK0.1000.100.07
HSL117.5º40%88.24%-
HSV(B)117.5º10.13%92.94%-
XYZ70.0379.6774.64-
YUV227.39119.88118.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.23%
GREEN value IS 237 (92.97% from 255) = 35.69%
BLUE value IS 213 (83.59% from 255) = 32.08%
R=32.23%
G=35.69%
B=32.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142372130.1000.100.07117.54088.24
HexD6EDD5A0A7752858
Octal32635532512012716550130
Binary11010110111011011101010110100101011111101011010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EDD5; }

 p { color: rgb(214,237,213); }

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

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

 a { background-color: rgb(214,237,213); }

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

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

 span { border-color: rgb(214,237,213); }

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