#E7C9CC

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

Shades of Pale Rose #E7C9CC

Tints of Pale Rose #E7C9CC

Color information

#E7C9CC (or 0xE7C9CC) is unknown color: approx Pale Rose. HEX triplet: E7, C9 and CC. RGB value is (231,201,204). Sum of RGB (Red+Green+Blue) = 231+201+204=636 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.32% from 636); Green value is 201 (78.91% from 255 or 31.60% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C9CC is #183633. Grayscale: #D2D2D2. Windows color (decimal): -1586740 or 13421031. OLE color: 13421031.

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

Color convert

RGB231201204-
CMYK00.130.120.09
HSL354º38.46%84.71%-
HSV(B)354º12.99%90.59%-
XYZ64.7463.1265.9-
YUV210.31124.44142.76-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.32%
GREEN value IS 201 (78.91% from 255) = 31.60%
BLUE value IS 204 (80.08% from 255) = 32.08%
R=36.32%
G=31.60%
B=32.08%

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
Decimal23120120400.130.120.0935438.4684.71
HexE7C9CC0DC91622655
Octal347311314015141154246125
Binary11100111110010011100110001101110010011011000101001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C9CC; }

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

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

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

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

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

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

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

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