#E8CED0

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

Shades of Pale Rose #E8CED0

Tints of Pale Rose #E8CED0

Color information

#E8CED0 (or 0xE8CED0) is unknown color: approx Pale Rose. HEX triplet: E8, CE and D0. RGB value is (232,206,208). Sum of RGB (Red+Green+Blue) = 232+206+208=646 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.91% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 208 (81.64% from 255 or 32.20% from 646); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CED0 is #17312F. Grayscale: #D6D6D6. Windows color (decimal): -1519920 or 13684456. OLE color: 13684456.

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

Color convert

RGB232206208-
CMYK00.110.100.09
HSL355.38º36.11%85.88%-
HSV(B)355.38º11.21%90.98%-
XYZ66.7465.8568.87-
YUV214124.61140.84-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.91%
GREEN value IS 206 (80.86% from 255) = 31.89%
BLUE value IS 208 (81.64% from 255) = 32.20%
R=35.91%
G=31.89%
B=32.20%

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
Decimal23220620800.110.100.09355.3836.1185.88
HexE8CED00BA91632456
Octal350316320013121154344126
Binary11101000110011101101000001011101010011011000111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CED0; }

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

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

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

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

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

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

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

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