#D6ECD6

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

Shades of Tara #D6ECD6

Tints of Tara #D6ECD6

Color information

#D6ECD6 (or 0xD6ECD6) is unknown color: approx Tara. HEX triplet: D6, EC and D6. RGB value is (214,236,214). Sum of RGB (Red+Green+Blue) = 214+236+214=664 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.23% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 214 (83.98% from 255 or 32.23% from 664); Max value from RGB is 236 - color contains mainly: green. Hex color #D6ECD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6ECD6 is #291329. Grayscale: #E2E2E2. Windows color (decimal): -2691882 or 14085334. OLE color: 14085334.

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

Color convert

RGB214236214-
CMYK0.0900.090.07
HSL120º36.67%88.24%-
HSV(B)120º9.32%92.55%-
XYZ69.8679.1475.21-
YUV226.91120.71118.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.23%
GREEN value IS 236 (92.58% from 255) = 35.54%
BLUE value IS 214 (83.98% from 255) = 32.23%
R=32.23%
G=35.54%
B=32.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142362140.0900.090.0712036.6788.24
HexD6ECD69097782558
Octal32635432611011717045130
Binary11010110111011001101011010010100111111110001001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ECD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ECD6; }

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

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

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

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

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

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

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

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