#E8CDCE

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

Shades of Pale Rose #E8CDCE

Tints of Pale Rose #E8CDCE

Color information

#E8CDCE (or 0xE8CDCE) is unknown color: approx Pale Rose. HEX triplet: E8, CD and CE. RGB value is (232,205,206). Sum of RGB (Red+Green+Blue) = 232+205+206=643 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.08% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 206 (80.86% from 255 or 32.04% from 643); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CDCE is #173231. Grayscale: #D5D5D5. Windows color (decimal): -1520178 or 13553128. OLE color: 13553128.

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

Color convert

RGB232205206-
CMYK00.120.110.09
HSL357.78º36.99%85.69%-
HSV(B)357.78º11.64%90.98%-
XYZ66.2565.2767.5-
YUV213.19123.95141.42-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.08%
GREEN value IS 205 (80.47% from 255) = 31.88%
BLUE value IS 206 (80.86% from 255) = 32.04%
R=36.08%
G=31.88%
B=32.04%

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
Decimal23220520600.120.110.09357.7836.9985.69
HexE8CDCE0CB91662556
Octal350315316014131154645126
Binary11101000110011011100111001100101110011011001101001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CDCE; }

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

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

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

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

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

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

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

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