#E5CAD9

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

Shades of Prim #E5CAD9

Tints of Prim #E5CAD9

Color information

#E5CAD9 (or 0xE5CAD9) is unknown color: approx Prim. HEX triplet: E5, CA and D9. RGB value is (229,202,217). Sum of RGB (Red+Green+Blue) = 229+202+217=648 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.34% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 217 (85.16% from 255 or 33.49% from 648); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CAD9 is #1A3526. Grayscale: #D3D3D3. Windows color (decimal): -1717543 or 14273253. OLE color: 14273253.

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

Color convert

RGB229202217-
CMYK00.120.050.10
HSL326.67º34.18%84.51%-
HSV(B)326.67º11.79%89.8%-
XYZ65.9663.9174.5-
YUV211.78130.95140.28-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.34%
GREEN value IS 202 (79.30% from 255) = 31.17%
BLUE value IS 217 (85.16% from 255) = 33.49%
R=35.34%
G=31.17%
B=33.49%

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
Decimal22920221700.120.050.10326.6734.1884.51
HexE5CAD90C5A1472255
Octal34531233101451250742125
Binary1110010111001010110110010110010110101010001111000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CAD9; }

 p { color: rgb(229,202,217); }

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

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

 a { background-color: rgb(229,202,217); }

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

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

 span { border-color: rgb(229,202,217); }

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