#E1CBCE

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

Shades of Pale Rose #E1CBCE

Tints of Pale Rose #E1CBCE

Color information

#E1CBCE (or 0xE1CBCE) is unknown color: approx Pale Rose. HEX triplet: E1, CB and CE. RGB value is (225,203,206). Sum of RGB (Red+Green+Blue) = 225+203+206=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 206 (80.86% from 255 or 32.49% from 634); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CBCE is #1E3431. Grayscale: #D1D1D1. Windows color (decimal): -1979442 or 13552609. OLE color: 13552609.

HSL color Cylindrical-coordinate representation of color #E1CBCE: hue angle of 351.82º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1CBCE is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB225203206-
CMYK00.100.080.12
HSL351.82º26.83%83.92%-
HSV(B)351.82º9.78%88.24%-
XYZ63.5563.1867.24-
YUV209.92125.79138.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.49%
GREEN value IS 203 (79.69% from 255) = 32.02%
BLUE value IS 206 (80.86% from 255) = 32.49%
R=35.49%
G=32.02%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520320600.100.080.12351.8226.8383.92
HexE1CBCE0A8C1601b54
Octal341313316012101454033124
Binary1110000111001011110011100101010001100101100000110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CBCE; }

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

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

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

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

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

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

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

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