#E7CECF

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

Shades of Pale Rose #E7CECF

Tints of Pale Rose #E7CECF

Color information

#E7CECF (or 0xE7CECF) is unknown color: approx Pale Rose. HEX triplet: E7, CE and CF. RGB value is (231,206,207). Sum of RGB (Red+Green+Blue) = 231+206+207=644 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.87% from 644); Green value is 206 (80.86% from 255 or 31.99% from 644); Blue value is 207 (81.25% from 255 or 32.14% from 644); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CECF is #183130. Grayscale: #D5D5D5. Windows color (decimal): -1585457 or 13618919. OLE color: 13618919.

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

Color convert

RGB231206207-
CMYK00.110.100.09
HSL357.6º34.25%85.69%-
HSV(B)357.6º10.82%90.59%-
XYZ66.2965.6468.21-
YUV213.59124.28140.42-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.87%
GREEN value IS 206 (80.86% from 255) = 31.99%
BLUE value IS 207 (81.25% from 255) = 32.14%
R=35.87%
G=31.99%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120620700.110.100.09357.634.2585.69
HexE7CECF0BA91662256
Octal347316317013121154642126
Binary11100111110011101100111101011101010011011001101000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CECF; }

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

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

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

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

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

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

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

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