#E8CBCE

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

Shades of Pale Rose #E8CBCE

Tints of Pale Rose #E8CBCE

Color information

#E8CBCE (or 0xE8CBCE) is unknown color: approx Pale Rose. HEX triplet: E8, CB and CE. RGB value is (232,203,206). Sum of RGB (Red+Green+Blue) = 232+203+206=641 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.19% from 641); Green value is 203 (79.69% from 255 or 31.67% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CBCE is #173431. Grayscale: #D4D4D4. Windows color (decimal): -1520690 or 13552616. OLE color: 13552616.

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

Color convert

RGB232203206-
CMYK00.120.110.09
HSL353.79º38.67%85.29%-
HSV(B)353.79º12.5%90.98%-
XYZ65.7864.3267.34-
YUV212.01124.61142.26-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.19%
GREEN value IS 203 (79.69% from 255) = 31.67%
BLUE value IS 206 (80.86% from 255) = 32.14%
R=36.19%
G=31.67%
B=32.14%

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
Decimal23220320600.120.110.09353.7938.6785.29
HexE8CBCE0CB91622755
Octal350313316014131154247125
Binary11101000110010111100111001100101110011011000101001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CBCE; }

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

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

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

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

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

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

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

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