#E5CACE

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

Shades of Pale Rose #E5CACE

Tints of Pale Rose #E5CACE

Color information

#E5CACE (or 0xE5CACE) is unknown color: approx Pale Rose. HEX triplet: E5, CA and CE. RGB value is (229,202,206). Sum of RGB (Red+Green+Blue) = 229+202+206=637 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.95% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CACE is #1A3531. Grayscale: #D2D2D2. Windows color (decimal): -1717554 or 13552357. OLE color: 13552357.

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

Color convert

RGB229202206-
CMYK00.120.100.10
HSL351.11º34.18%84.51%-
HSV(B)351.11º11.79%89.8%-
XYZ64.5763.3667.22-
YUV210.53125.45141.17-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.95%
GREEN value IS 202 (79.30% from 255) = 31.71%
BLUE value IS 206 (80.86% from 255) = 32.34%
R=35.95%
G=31.71%
B=32.34%

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
Decimal22920220600.120.100.10351.1134.1884.51
HexE5CACE0CAA15f2255
Octal345312316014121253742125
Binary11100101110010101100111001100101010101010111111000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CACE; }

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

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

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

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

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

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

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

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