#E8CED3

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

Shades of Pale Rose #E8CED3

Tints of Pale Rose #E8CED3

Color information

#E8CED3 (or 0xE8CED3) is unknown color: approx Pale Rose. HEX triplet: E8, CE and D3. RGB value is (232,206,211). Sum of RGB (Red+Green+Blue) = 232+206+211=649 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.75% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 211 (82.81% from 255 or 32.51% from 649); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CED3 is #17312C. Grayscale: #D6D6D6. Windows color (decimal): -1519917 or 13881064. OLE color: 13881064.

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

Color convert

RGB232206211-
CMYK00.110.090.09
HSL348.46º36.11%85.88%-
HSV(B)348.46º11.21%90.98%-
XYZ67.116670.83-
YUV214.34126.11140.59-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.75%
GREEN value IS 206 (80.86% from 255) = 31.74%
BLUE value IS 211 (82.81% from 255) = 32.51%
R=35.75%
G=31.74%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220621100.110.090.09348.4636.1185.88
HexE8CED30B9915c2456
Octal350316323013111153444126
Binary11101000110011101101001101011100110011010111001001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CED3; }

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

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

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

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

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

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

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

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