#E7CCCE

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

Shades of Pale Rose #E7CCCE

Tints of Pale Rose #E7CCCE

Color information

#E7CCCE (or 0xE7CCCE) is unknown color: approx Pale Rose. HEX triplet: E7, CC and CE. RGB value is (231,204,206). Sum of RGB (Red+Green+Blue) = 231+204+206=641 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.04% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CCCE is #183331. Grayscale: #D4D4D4. Windows color (decimal): -1585970 or 13552871. OLE color: 13552871.

HSL color Cylindrical-coordinate representation of color #E7CCCE: hue angle of 355.56º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E7CCCE is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB231204206-
CMYK00.120.110.09
HSL355.56º36%85.29%-
HSV(B)355.56º11.69%90.59%-
XYZ65.6964.6367.41-
YUV212.3124.45141.34-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.04%
GREEN value IS 204 (80.08% from 255) = 31.83%
BLUE value IS 206 (80.86% from 255) = 32.14%
R=36.04%
G=31.83%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120420600.120.110.09355.563685.29
HexE7CCCE0CB91642455
Octal347314316014131154444125
Binary11100111110011001100111001100101110011011001001001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CCCE; }

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

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

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

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

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

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

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

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