#E7CDCE

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

Shades of Pale Rose #E7CDCE

Tints of Pale Rose #E7CDCE

Color information

#E7CDCE (or 0xE7CDCE) is unknown color: approx Pale Rose. HEX triplet: E7, CD and CE. RGB value is (231,205,206). Sum of RGB (Red+Green+Blue) = 231+205+206=642 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.98% from 642); Green value is 205 (80.47% from 255 or 31.93% from 642); Blue value is 206 (80.86% from 255 or 32.09% from 642); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CDCE is #183231. Grayscale: #D4D4D4. Windows color (decimal): -1585714 or 13553127. OLE color: 13553127.

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

Color convert

RGB231205206-
CMYK00.110.110.09
HSL357.69º35.14%85.49%-
HSV(B)357.69º11.26%90.59%-
XYZ65.9365.1167.48-
YUV212.89124.11140.92-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.98%
GREEN value IS 205 (80.47% from 255) = 31.93%
BLUE value IS 206 (80.86% from 255) = 32.09%
R=35.98%
G=31.93%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120520600.110.110.09357.6935.1485.49
HexE7CDCE0BB91662355
Octal347315316013131154643125
Binary11100111110011011100111001011101110011011001101000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CDCE; }

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

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

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

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

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

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

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

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