#D6ECD5

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

Shades of Tara #D6ECD5

Tints of Tara #D6ECD5

Color information

#D6ECD5 (or 0xD6ECD5) is unknown color: approx Tara. HEX triplet: D6, EC and D5. RGB value is (214,236,213). Sum of RGB (Red+Green+Blue) = 214+236+213=663 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.28% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 213 (83.59% from 255 or 32.13% from 663); Max value from RGB is 236 - color contains mainly: green. Hex color #D6ECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6ECD5 is #29132A. Grayscale: #E2E2E2. Windows color (decimal): -2691883 or 14019798. OLE color: 14019798.

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

Color convert

RGB214236213-
CMYK0.0900.100.07
HSL117.39º37.7%88.04%-
HSV(B)117.39º9.75%92.55%-
XYZ69.7479.0974.54-
YUV226.8120.21118.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.28%
GREEN value IS 236 (92.58% from 255) = 35.60%
BLUE value IS 213 (83.59% from 255) = 32.13%
R=32.28%
G=35.60%
B=32.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142362130.0900.100.07117.3937.788.04
HexD6ECD590A7752658
Octal32635432511012716546130
Binary11010110111011001101010110010101011111101011001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ECD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ECD5; }

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

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

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

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

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

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

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

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