#E1CAD7

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

Shades of Prim #E1CAD7

Tints of Prim #E1CAD7

Color information

#E1CAD7 (or 0xE1CAD7) is unknown color: approx Prim. HEX triplet: E1, CA and D7. RGB value is (225,202,215). Sum of RGB (Red+Green+Blue) = 225+202+215=642 (85% of max value = 765). Red value is 225 (88.28% from 255 or 35.05% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 215 (84.38% from 255 or 33.49% from 642); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CAD7 is #1E3528. Grayscale: #D2D2D2. Windows color (decimal): -1979689 or 14142177. OLE color: 14142177.

HSL color Cylindrical-coordinate representation of color #E1CAD7: hue angle of 326.09º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1CAD7 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB225202215-
CMYK00.100.040.12
HSL326.09º27.71%83.73%-
HSV(B)326.09º10.22%88.24%-
XYZ64.4463.1573.08-
YUV210.36130.62138.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.05%
GREEN value IS 202 (79.30% from 255) = 31.46%
BLUE value IS 215 (84.38% from 255) = 33.49%
R=35.05%
G=31.46%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520221500.100.040.12326.0927.7183.73
HexE1CAD70A4C1461c54
Octal34131232701241450634124
Binary111000011100101011010111010101001100101000110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CAD7; }

 p { color: rgb(225,202,215); }

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

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

 a { background-color: rgb(225,202,215); }

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

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

 span { border-color: rgb(225,202,215); }

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