#E1CAD4

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

Shades of Prim #E1CAD4

Tints of Prim #E1CAD4

Color information

#E1CAD4 (or 0xE1CAD4) is unknown color: approx Prim. HEX triplet: E1, CA and D4. RGB value is (225,202,212). Sum of RGB (Red+Green+Blue) = 225+202+212=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CAD4 is #1E352B. Grayscale: #D2D2D2. Windows color (decimal): -1979692 or 13945569. OLE color: 13945569.

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

Color convert

RGB225202212-
CMYK00.100.060.12
HSL333.91º27.71%83.73%-
HSV(B)333.91º10.22%88.24%-
XYZ64.066371.07-
YUV210.02129.12138.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.21%
GREEN value IS 202 (79.30% from 255) = 31.61%
BLUE value IS 212 (83.20% from 255) = 33.18%
R=35.21%
G=31.61%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520221200.100.060.12333.9127.7183.73
HexE1CAD40A6C14e1c54
Octal34131232401261451634124
Binary111000011100101011010100010101101100101001110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CAD4; }

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

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

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

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

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

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

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

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