#E7CACF

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

Shades of Pale Rose #E7CACF

Tints of Pale Rose #E7CACF

Color information

#E7CACF (or 0xE7CACF) is unknown color: approx Pale Rose. HEX triplet: E7, CA and CF. RGB value is (231,202,207). Sum of RGB (Red+Green+Blue) = 231+202+207=640 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.09% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CACF is #183530. Grayscale: #D3D3D3. Windows color (decimal): -1586481 or 13617895. OLE color: 13617895.

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

Color convert

RGB231202207-
CMYK00.130.100.09
HSL349.66º37.66%84.9%-
HSV(B)349.66º12.55%90.59%-
XYZ65.3463.7367.89-
YUV211.24125.61142.09-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.09%
GREEN value IS 202 (79.30% from 255) = 31.56%
BLUE value IS 207 (81.25% from 255) = 32.34%
R=36.09%
G=31.56%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120220700.130.100.09349.6637.6684.9
HexE7CACF0DA915e2655
Octal347312317015121153646125
Binary11100111110010101100111101101101010011010111101001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CACF; }

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

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

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

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

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

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

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

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