#E3D5DA

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

Shades of Prim #E3D5DA

Tints of Prim #E3D5DA

Color information

#E3D5DA (or 0xE3D5DA) is unknown color: approx Prim. HEX triplet: E3, D5 and DA. RGB value is (227,213,218). Sum of RGB (Red+Green+Blue) = 227+213+218=658 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.50% from 658); Green value is 213 (83.59% from 255 or 32.37% from 658); Blue value is 218 (85.55% from 255 or 33.13% from 658); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D5DA is #1C2A25. Grayscale: #D9D9D9. Windows color (decimal): -1845798 or 14341603. OLE color: 14341603.

HSL color Cylindrical-coordinate representation of color #E3D5DA: hue angle of 338.57º degrees, saturation: 0.2, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E3D5DA is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB227213218-
CMYK00.060.040.11
HSL338.57º20%86.27%-
HSV(B)338.57º6.17%89.02%-
XYZ68.1368.9876.05-
YUV217.76128.14134.59-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.50%
GREEN value IS 213 (83.59% from 255) = 32.37%
BLUE value IS 218 (85.55% from 255) = 33.13%
R=34.50%
G=32.37%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721321800.060.040.11338.572086.27
HexE3D5DA064B1531456
Octal3433253320641352324126
Binary11100011110101011101101001101001011101010011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D5DA; }

 p { color: rgb(227,213,218); }

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

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

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

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

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

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

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