#E1CACC

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

Shades of Pale Rose #E1CACC

Tints of Pale Rose #E1CACC

Color information

#E1CACC (or 0xE1CACC) is unknown color: approx Pale Rose. HEX triplet: E1, CA and CC. RGB value is (225,202,204). Sum of RGB (Red+Green+Blue) = 225+202+204=631 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.66% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CACC is #1E3533. Grayscale: #D1D1D1. Windows color (decimal): -1979700 or 13421281. OLE color: 13421281.

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

Color convert

RGB225202204-
CMYK00.100.090.12
HSL354.78º27.71%83.73%-
HSV(B)354.78º10.22%88.24%-
XYZ63.0762.6165.89-
YUV209.1125.12139.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.66%
GREEN value IS 202 (79.30% from 255) = 32.01%
BLUE value IS 204 (80.08% from 255) = 32.33%
R=35.66%
G=32.01%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520220400.100.090.12354.7827.7183.73
HexE1CACC0A9C1631c54
Octal341312314012111454334124
Binary1110000111001010110011000101010011100101100011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CACC; }

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

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

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

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

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

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

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

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