#D6FCD5

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

Shades of Tara #D6FCD5

Tints of Tara #D6FCD5

Color information

#D6FCD5 (or 0xD6FCD5) is unknown color: approx Tara. HEX triplet: D6, FC and D5. RGB value is (214,252,213). Sum of RGB (Red+Green+Blue) = 214+252+213=679 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.52% from 679); Green value is 252 (98.83% from 255 or 37.11% from 679); Blue value is 213 (83.59% from 255 or 31.37% from 679); Max value from RGB is 252 - color contains mainly: green. Hex color #D6FCD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FCD5 is #29032A. Grayscale: #ECECEC. Windows color (decimal): -2687787 or 14023894. OLE color: 14023894.

HSL color Cylindrical-coordinate representation of color #D6FCD5: hue angle of 118.46º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6FCD5 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB214252213-
CMYK0.1500.150.01
HSL118.46º86.67%91.18%-
HSV(B)118.46º15.48%98.82%-
XYZ74.5588.7276.15-
YUV236.19114.91112.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.52%
GREEN value IS 252 (98.83% from 255) = 37.11%
BLUE value IS 213 (83.59% from 255) = 31.37%
R=31.52%
G=37.11%
B=31.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2142522130.1500.150.01118.4686.6791.18
HexD6FCD5F0F176575b
Octal326374325170171166127133
Binary1101011011111100110101011111011111111011010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FCD5; }

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

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

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

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

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

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

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

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