#E1CACE

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

Shades of Prim #E1CACE

Tints of Prim #E1CACE

Color information

#E1CACE (or 0xE1CACE) is unknown color: approx Prim. HEX triplet: E1, CA and CE. RGB value is (225,202,206). Sum of RGB (Red+Green+Blue) = 225+202+206=633 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.55% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CACE is #1E3531. Grayscale: #D1D1D1. Windows color (decimal): -1979698 or 13552353. OLE color: 13552353.

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

Color convert

RGB225202206-
CMYK00.100.080.12
HSL349.57º27.71%83.73%-
HSV(B)349.57º10.22%88.24%-
XYZ63.3162.767.16-
YUV209.33126.12139.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.55%
GREEN value IS 202 (79.30% from 255) = 31.91%
BLUE value IS 206 (80.86% from 255) = 32.54%
R=35.55%
G=31.91%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520220600.100.080.12349.5727.7183.73
HexE1CACE0A8C15e1c54
Octal341312316012101453634124
Binary1110000111001010110011100101010001100101011110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CACE; }

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

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

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

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

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

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

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

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