#E5C9DA

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

Shades of Prim #E5C9DA

Tints of Prim #E5C9DA

Color information

#E5C9DA (or 0xE5C9DA) is unknown color: approx Prim. HEX triplet: E5, C9 and DA. RGB value is (229,201,218). Sum of RGB (Red+Green+Blue) = 229+201+218=648 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.34% from 648); Green value is 201 (78.91% from 255 or 31.02% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C9DA is #1A3625. Grayscale: #D3D3D3. Windows color (decimal): -1717798 or 14338533. OLE color: 14338533.

HSL color Cylindrical-coordinate representation of color #E5C9DA: hue angle of 323.57º degrees, saturation: 0.35, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5C9DA is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB229201218-
CMYK00.120.050.10
HSL323.57º35%84.31%-
HSV(B)323.57º12.23%89.8%-
XYZ65.8563.4975.11-
YUV211.31131.78140.62-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.34%
GREEN value IS 201 (78.91% from 255) = 31.02%
BLUE value IS 218 (85.55% from 255) = 33.64%
R=35.34%
G=31.02%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920121800.120.050.10323.573584.31
HexE5C9DA0C5A1442354
Octal34531133201451250443124
Binary1110010111001001110110100110010110101010001001000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C9DA; }

 p { color: rgb(229,201,218); }

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

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

 a { background-color: rgb(229,201,218); }

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

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

 span { border-color: rgb(229,201,218); }

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