#E7C9CE

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

Shades of Pale Rose #E7C9CE

Tints of Pale Rose #E7C9CE

Color information

#E7C9CE (or 0xE7C9CE) is unknown color: approx Pale Rose. HEX triplet: E7, C9 and CE. RGB value is (231,201,206). Sum of RGB (Red+Green+Blue) = 231+201+206=638 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.21% from 638); Green value is 201 (78.91% from 255 or 31.50% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C9CE is #183631. Grayscale: #D2D2D2. Windows color (decimal): -1586738 or 13552103. OLE color: 13552103.

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

Color convert

RGB231201206-
CMYK00.130.110.09
HSL350º38.46%84.71%-
HSV(B)350º12.99%90.59%-
XYZ64.9863.2267.17-
YUV210.54125.44142.59-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.21%
GREEN value IS 201 (78.91% from 255) = 31.50%
BLUE value IS 206 (80.86% from 255) = 32.29%
R=36.21%
G=31.50%
B=32.29%

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
Decimal23120120600.130.110.0935038.4684.71
HexE7C9CE0DB915e2655
Octal347311316015131153646125
Binary11100111110010011100111001101101110011010111101001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C9CE; }

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

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

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

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

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

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

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

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