#E5CBCE

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

Shades of Pale Rose #E5CBCE

Tints of Pale Rose #E5CBCE

Color information

#E5CBCE (or 0xE5CBCE) is unknown color: approx Pale Rose. HEX triplet: E5, CB and CE. RGB value is (229,203,206). Sum of RGB (Red+Green+Blue) = 229+203+206=638 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.89% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CBCE is #1A3431. Grayscale: #D3D3D3. Windows color (decimal): -1717298 or 13552613. OLE color: 13552613.

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

Color convert

RGB229203206-
CMYK00.110.100.10
HSL353.08º33.33%84.71%-
HSV(B)353.08º11.35%89.8%-
XYZ64.8163.8367.3-
YUV211.12125.11140.76-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.89%
GREEN value IS 203 (79.69% from 255) = 31.82%
BLUE value IS 206 (80.86% from 255) = 32.29%
R=35.89%
G=31.82%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920320600.110.100.10353.0833.3384.71
HexE5CBCE0BAA1612155
Octal345313316013121254141125
Binary11100101110010111100111001011101010101011000011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CBCE; }

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

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

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

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

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

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

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

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