#E5CBCC

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

Shades of Pale Rose #E5CBCC

Tints of Pale Rose #E5CBCC

Color information

#E5CBCC (or 0xE5CBCC) is unknown color: approx Pale Rose. HEX triplet: E5, CB and CC. RGB value is (229,203,204). Sum of RGB (Red+Green+Blue) = 229+203+204=636 (84% of max value = 765). Red value is 229 (89.84% from 255 or 36.01% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CBCC is #1A3433. Grayscale: #D2D2D2. Windows color (decimal): -1717300 or 13421541. OLE color: 13421541.

HSL color Cylindrical-coordinate representation of color #E5CBCC: hue angle of 357.69º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5CBCC is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB229203204-
CMYK00.110.110.10
HSL357.69º33.33%84.71%-
HSV(B)357.69º11.35%89.8%-
XYZ64.5763.7366.02-
YUV210.89124.11140.92-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.01%
GREEN value IS 203 (79.69% from 255) = 31.92%
BLUE value IS 204 (80.08% from 255) = 32.08%
R=36.01%
G=31.92%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920320400.110.110.10357.6933.3384.71
HexE5CBCC0BBA1662155
Octal345313314013131254641125
Binary11100101110010111100110001011101110101011001101000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CBCC; }

 p { color: rgb(229,203,204); }

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

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

 a { background-color: rgb(229,203,204); }

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

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

 span { border-color: rgb(229,203,204); }

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