#D7EBD6

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

Shades of Tara #D7EBD6

Tints of Tara #D7EBD6

Color information

#D7EBD6 (or 0xD7EBD6) is unknown color: approx Tara. HEX triplet: D7, EB and D6. RGB value is (215,235,214). Sum of RGB (Red+Green+Blue) = 215+235+214=664 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.38% from 664); Green value is 235 (92.19% from 255 or 35.39% from 664); Blue value is 214 (83.98% from 255 or 32.23% from 664); Max value from RGB is 235 - color contains mainly: green. Hex color #D7EBD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EBD6 is #281429. Grayscale: #E2E2E2. Windows color (decimal): -2626602 or 14085079. OLE color: 14085079.

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

Color convert

RGB215235214-
CMYK0.0900.090.08
HSL117.14º34.43%88.04%-
HSV(B)117.14º8.94%92.16%-
XYZ69.8778.7275.13-
YUV226.63120.87119.71-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.38%
GREEN value IS 235 (92.19% from 255) = 35.39%
BLUE value IS 214 (83.98% from 255) = 32.23%
R=32.38%
G=35.39%
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.08
SystemRedGreenBlueCMYKHSL
Decimal2152352140.0900.090.08117.1434.4388.04
HexD7EBD69098752258
Octal327353326110111016542130
Binary110101111110101111010110100101001100011101011000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EBD6; }

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

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

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

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

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

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

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

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