#E1CAD5

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

Shades of Prim #E1CAD5

Tints of Prim #E1CAD5

Color information

#E1CAD5 (or 0xE1CAD5) is unknown color: approx Prim. HEX triplet: E1, CA and D5. RGB value is (225,202,213). Sum of RGB (Red+Green+Blue) = 225+202+213=640 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.16% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 213 (83.59% from 255 or 33.28% from 640); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CAD5 is #1E352A. Grayscale: #D2D2D2. Windows color (decimal): -1979691 or 14011105. OLE color: 14011105.

HSL color Cylindrical-coordinate representation of color #E1CAD5: hue angle of 331.3º 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 #E1CAD5 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB225202213-
CMYK00.100.050.12
HSL331.3º27.71%83.73%-
HSV(B)331.3º10.22%88.24%-
XYZ64.1863.0571.74-
YUV210.13129.62138.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.16%
GREEN value IS 202 (79.30% from 255) = 31.56%
BLUE value IS 213 (83.59% from 255) = 33.28%
R=35.16%
G=31.56%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520221300.100.050.12331.327.7183.73
HexE1CAD50A5C14b1c54
Octal34131232501251451334124
Binary111000011100101011010101010101011100101001011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CAD5; }

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

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

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

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

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

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

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

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