#D7EAD6

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

Shades of Tara #D7EAD6

Tints of Tara #D7EAD6

Color information

#D7EAD6 (or 0xD7EAD6) is unknown color: approx Tara. HEX triplet: D7, EA and D6. RGB value is (215,234,214). Sum of RGB (Red+Green+Blue) = 215+234+214=663 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.43% from 663); Green value is 234 (91.80% from 255 or 35.29% from 663); Blue value is 214 (83.98% from 255 or 32.28% from 663); Max value from RGB is 234 - color contains mainly: green. Hex color #D7EAD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EAD6 is #281529. Grayscale: #E2E2E2. Windows color (decimal): -2626858 or 14084823. OLE color: 14084823.

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

Color convert

RGB215234214-
CMYK0.0800.090.08
HSL117º32.26%87.84%-
HSV(B)117º8.55%91.76%-
XYZ69.5878.1575.03-
YUV226.04121.21120.13-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.43%
GREEN value IS 234 (91.80% from 255) = 35.29%
BLUE value IS 214 (83.98% from 255) = 32.28%
R=32.43%
G=35.29%
B=32.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2152342140.0800.090.0811732.2687.84
HexD7EAD68098752058
Octal327352326100111016540130
Binary110101111110101011010110100001001100011101011000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EAD6; }

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

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

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

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

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

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

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

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