#E7C8CC

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

Shades of Pale Rose #E7C8CC

Tints of Pale Rose #E7C8CC

Color information

#E7C8CC (or 0xE7C8CC) is unknown color: approx Pale Rose. HEX triplet: E7, C8 and CC. RGB value is (231,200,204). Sum of RGB (Red+Green+Blue) = 231+200+204=635 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.38% from 635); Green value is 200 (78.52% from 255 or 31.50% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C8CC is #183733. Grayscale: #D1D1D1. Windows color (decimal): -1586996 or 13420775. OLE color: 13420775.

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

Color convert

RGB231200204-
CMYK00.130.120.09
HSL352.26º39.24%84.51%-
HSV(B)352.26º13.42%90.59%-
XYZ64.5162.6665.82-
YUV209.72124.77143.17-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.38%
GREEN value IS 200 (78.52% from 255) = 31.50%
BLUE value IS 204 (80.08% from 255) = 32.13%
R=36.38%
G=31.50%
B=32.13%

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
Decimal23120020400.130.120.09352.2639.2484.51
HexE7C8CC0DC91602755
Octal347310314015141154047125
Binary11100111110010001100110001101110010011011000001001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C8CC; }

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

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

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

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

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

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

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

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