#D5EBD4

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

Shades of Tara #D5EBD4

Tints of Tara #D5EBD4

Color information

#D5EBD4 (or 0xD5EBD4) is unknown color: approx Tara. HEX triplet: D5, EB and D4. RGB value is (213,235,212). Sum of RGB (Red+Green+Blue) = 213+235+212=660 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.27% from 660); Green value is 235 (92.19% from 255 or 35.61% from 660); Blue value is 212 (83.20% from 255 or 32.12% from 660); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EBD4 is #2A142B. Grayscale: #E1E1E1. Windows color (decimal): -2757676 or 13954005. OLE color: 13954005.

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

Color convert

RGB213235212-
CMYK0.0900.100.08
HSL117.39º36.51%87.65%-
HSV(B)117.39º9.79%92.16%-
XYZ69.0378.3273.77-
YUV225.8120.21118.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.27%
GREEN value IS 235 (92.19% from 255) = 35.61%
BLUE value IS 212 (83.20% from 255) = 32.12%
R=32.27%
G=35.61%
B=32.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132352120.0900.100.08117.3936.5187.65
HexD5EBD490A8752558
Octal325353324110121016545130
Binary110101011110101111010100100101010100011101011001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EBD4; }

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

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

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

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

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

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

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

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