#E7CACD

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

Shades of Pale Rose #E7CACD

Tints of Pale Rose #E7CACD

Color information

#E7CACD (or 0xE7CACD) is unknown color: approx Pale Rose. HEX triplet: E7, CA and CD. RGB value is (231,202,205). Sum of RGB (Red+Green+Blue) = 231+202+205=638 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.21% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CACD is #183532. Grayscale: #D3D3D3. Windows color (decimal): -1586483 or 13486823. OLE color: 13486823.

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

Color convert

RGB231202205-
CMYK00.130.110.09
HSL353.79º37.66%84.9%-
HSV(B)353.79º12.55%90.59%-
XYZ65.0963.6466.61-
YUV211.01124.61142.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.21%
GREEN value IS 202 (79.30% from 255) = 31.66%
BLUE value IS 205 (80.47% from 255) = 32.13%
R=36.21%
G=31.66%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120220500.130.110.09353.7937.6684.9
HexE7CACD0DB91622655
Octal347312315015131154246125
Binary11100111110010101100110101101101110011011000101001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CACD; }

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

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

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

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

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

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

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

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