#D6EBD5

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

Shades of Tara #D6EBD5

Tints of Tara #D6EBD5

Color information

#D6EBD5 (or 0xD6EBD5) is unknown color: approx Tara. HEX triplet: D6, EB and D5. RGB value is (214,235,213). Sum of RGB (Red+Green+Blue) = 214+235+213=662 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.33% from 662); Green value is 235 (92.19% from 255 or 35.50% from 662); Blue value is 213 (83.59% from 255 or 32.18% from 662); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EBD5 is #29142A. Grayscale: #E2E2E2. Windows color (decimal): -2692139 or 14019542. OLE color: 14019542.

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

Color convert

RGB214235213-
CMYK0.0900.090.08
HSL117.27º35.48%87.84%-
HSV(B)117.27º9.36%92.16%-
XYZ69.4578.5274.45-
YUV226.21120.54119.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.33%
GREEN value IS 235 (92.19% from 255) = 35.50%
BLUE value IS 213 (83.59% from 255) = 32.18%
R=32.33%
G=35.50%
B=32.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142352130.0900.090.08117.2735.4887.84
HexD6EBD59098752358
Octal326353325110111016543130
Binary110101101110101111010101100101001100011101011000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EBD5; }

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

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

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

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

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

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

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

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