#E8CBCF

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

Shades of Pale Rose #E8CBCF

Tints of Pale Rose #E8CBCF

Color information

#E8CBCF (or 0xE8CBCF) is unknown color: approx Pale Rose. HEX triplet: E8, CB and CF. RGB value is (232,203,207). Sum of RGB (Red+Green+Blue) = 232+203+207=642 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.14% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CBCF is #173430. Grayscale: #D4D4D4. Windows color (decimal): -1520689 or 13618152. OLE color: 13618152.

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

Color convert

RGB232203207-
CMYK00.120.110.09
HSL351.72º38.67%85.29%-
HSV(B)351.72º12.5%90.98%-
XYZ65.964.3767.98-
YUV212.13125.11142.17-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.14%
GREEN value IS 203 (79.69% from 255) = 31.62%
BLUE value IS 207 (81.25% from 255) = 32.24%
R=36.14%
G=31.62%
B=32.24%

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
Decimal23220320700.120.110.09351.7238.6785.29
HexE8CBCF0CB91602755
Octal350313317014131154047125
Binary11101000110010111100111101100101110011011000001001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CBCF; }

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

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

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

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

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

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

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

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