#E5D0DE

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

Shades of Prim #E5D0DE

Tints of Prim #E5D0DE

Color information

#E5D0DE (or 0xE5D0DE) is unknown color: approx Prim. HEX triplet: E5, D0 and DE. RGB value is (229,208,222). Sum of RGB (Red+Green+Blue) = 229+208+222=659 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.75% from 659); Green value is 208 (81.64% from 255 or 31.56% from 659); Blue value is 222 (87.11% from 255 or 33.69% from 659); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D0DE is #1A2F21. Grayscale: #D7D7D7. Windows color (decimal): -1716002 or 14602469. OLE color: 14602469.

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

Color convert

RGB229208222-
CMYK00.090.030.10
HSL320º28.77%85.69%-
HSV(B)320º9.17%89.8%-
XYZ68.0567.0478.46-
YUV215.88131.46137.36-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.75%
GREEN value IS 208 (81.64% from 255) = 31.56%
BLUE value IS 222 (87.11% from 255) = 33.69%
R=34.75%
G=31.56%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920822200.090.030.1032028.7785.69
HexE5D0DE093A1401d56
Octal34532033601131250035126
Binary11100101110100001101111001001111010101000000111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D0DE; }

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

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

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

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

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

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

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

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