#E5CACD

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

Shades of Pale Rose #E5CACD

Tints of Pale Rose #E5CACD

Color information

#E5CACD (or 0xE5CACD) is unknown color: approx Pale Rose. HEX triplet: E5, CA and CD. RGB value is (229,202,205). Sum of RGB (Red+Green+Blue) = 229+202+205=636 (84% of max value = 765). Red value is 229 (89.84% from 255 or 36.01% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CACD is #1A3532. Grayscale: #D2D2D2. Windows color (decimal): -1717555 or 13486821. OLE color: 13486821.

HSL color Cylindrical-coordinate representation of color #E5CACD: hue angle of 353.33º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5CACD is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB229202205-
CMYK00.120.100.10
HSL353.33º34.18%84.51%-
HSV(B)353.33º11.79%89.8%-
XYZ64.4563.3166.58-
YUV210.42124.95141.26-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.01%
GREEN value IS 202 (79.30% from 255) = 31.76%
BLUE value IS 205 (80.47% from 255) = 32.23%
R=36.01%
G=31.76%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920220500.120.100.10353.3334.1884.51
HexE5CACD0CAA1612255
Octal345312315014121254142125
Binary11100101110010101100110101100101010101011000011000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CACD; }

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

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

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

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

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

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

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

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