#E1CACD

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

Shades of Pale Rose #E1CACD

Tints of Pale Rose #E1CACD

Color information

#E1CACD (or 0xE1CACD) is unknown color: approx Pale Rose. HEX triplet: E1, CA and CD. RGB value is (225,202,205). Sum of RGB (Red+Green+Blue) = 225+202+205=632 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.60% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CACD is #1E3532. Grayscale: #D1D1D1. Windows color (decimal): -1979699 or 13486817. OLE color: 13486817.

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

Color convert

RGB225202205-
CMYK00.100.090.12
HSL352.17º27.71%83.73%-
HSV(B)352.17º10.22%88.24%-
XYZ63.1962.6666.52-
YUV209.22125.62139.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.60%
GREEN value IS 202 (79.30% from 255) = 31.96%
BLUE value IS 205 (80.47% from 255) = 32.44%
R=35.60%
G=31.96%
B=32.44%

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
Decimal22520220500.100.090.12352.1727.7183.73
HexE1CACD0A9C1601c54
Octal341312315012111454034124
Binary1110000111001010110011010101010011100101100000111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CACD; }

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

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

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

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

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

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

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

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