#E7CACC

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

Shades of Pale Rose #E7CACC

Tints of Pale Rose #E7CACC

Color information

#E7CACC (or 0xE7CACC) is unknown color: approx Pale Rose. HEX triplet: E7, CA and CC. RGB value is (231,202,204). Sum of RGB (Red+Green+Blue) = 231+202+204=637 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.26% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CACC is #183533. Grayscale: #D2D2D2. Windows color (decimal): -1586484 or 13421287. OLE color: 13421287.

HSL color Cylindrical-coordinate representation of color #E7CACC: hue angle of 355.86º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7CACC is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB231202204-
CMYK00.130.120.09
HSL355.86º37.66%84.9%-
HSV(B)355.86º12.55%90.59%-
XYZ64.9763.5965.98-
YUV210.9124.11142.34-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.26%
GREEN value IS 202 (79.30% from 255) = 31.71%
BLUE value IS 204 (80.08% from 255) = 32.03%
R=36.26%
G=31.71%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120220400.130.120.09355.8637.6684.9
HexE7CACC0DC91642655
Octal347312314015141154446125
Binary11100111110010101100110001101110010011011001001001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CACC; }

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

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

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

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

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

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

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

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