#D5EBD5

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

Shades of Tara #D5EBD5

Tints of Tara #D5EBD5

Color information

#D5EBD5 (or 0xD5EBD5) is unknown color: approx Tara. HEX triplet: D5, EB and D5. RGB value is (213,235,213). Sum of RGB (Red+Green+Blue) = 213+235+213=661 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.22% from 661); Green value is 235 (92.19% from 255 or 35.55% from 661); Blue value is 213 (83.59% from 255 or 32.22% from 661); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EBD5 is #2A142A. Grayscale: #E1E1E1. Windows color (decimal): -2757675 or 14019541. OLE color: 14019541.

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

Color convert

RGB213235213-
CMYK0.0900.090.08
HSL120º35.48%87.84%-
HSV(B)120º9.36%92.16%-
XYZ69.1678.3774.43-
YUV225.91120.71118.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.22%
GREEN value IS 235 (92.19% from 255) = 35.55%
BLUE value IS 213 (83.59% from 255) = 32.22%
R=32.22%
G=35.55%
B=32.22%

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
Decimal2132352130.0900.090.0812035.4887.84
HexD5EBD59098782358
Octal325353325110111017043130
Binary110101011110101111010101100101001100011110001000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EBD5; }

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

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

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

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

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

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

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

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