#E5D5DE

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

Shades of Prim #E5D5DE

Tints of Prim #E5D5DE

Color information

#E5D5DE (or 0xE5D5DE) is unknown color: approx Prim. HEX triplet: E5, D5 and DE. RGB value is (229,213,222). Sum of RGB (Red+Green+Blue) = 229+213+222=664 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.49% from 664); Green value is 213 (83.59% from 255 or 32.08% from 664); Blue value is 222 (87.11% from 255 or 33.43% from 664); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D5DE is #1A2A21. Grayscale: #DADADA. Windows color (decimal): -1714722 or 14603749. OLE color: 14603749.

HSL color Cylindrical-coordinate representation of color #E5D5DE: hue angle of 326.25º degrees, saturation: 0.24, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E5D5DE is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB229213222-
CMYK00.070.030.10
HSL326.25º23.53%86.67%-
HSV(B)326.25º6.99%89.8%-
XYZ69.2969.5278.87-
YUV218.81129.8135.27-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.49%
GREEN value IS 213 (83.59% from 255) = 32.08%
BLUE value IS 222 (87.11% from 255) = 33.43%
R=34.49%
G=32.08%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921322200.070.030.10326.2523.5386.67
HexE5D5DE073A1461857
Octal3453253360731250630127
Binary1110010111010101110111100111111010101000110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D5DE; }

 p { color: rgb(229,213,222); }

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

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

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

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

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

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

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