#E7CDCF

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

Shades of Pale Rose #E7CDCF

Tints of Pale Rose #E7CDCF

Color information

#E7CDCF (or 0xE7CDCF) is unknown color: approx Pale Rose. HEX triplet: E7, CD and CF. RGB value is (231,205,207). Sum of RGB (Red+Green+Blue) = 231+205+207=643 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.93% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CDCF is #183230. Grayscale: #D5D5D5. Windows color (decimal): -1585713 or 13618663. OLE color: 13618663.

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

Color convert

RGB231205207-
CMYK00.110.100.09
HSL355.38º35.14%85.49%-
HSV(B)355.38º11.26%90.59%-
XYZ66.0565.1668.13-
YUV213124.61140.84-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.93%
GREEN value IS 205 (80.47% from 255) = 31.88%
BLUE value IS 207 (81.25% from 255) = 32.19%
R=35.93%
G=31.88%
B=32.19%

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
Decimal23120520700.110.100.09355.3835.1485.49
HexE7CDCF0BA91632355
Octal347315317013121154343125
Binary11100111110011011100111101011101010011011000111000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CDCF; }

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

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

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

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

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

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

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

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