#E1CCCE

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

Shades of Pale Rose #E1CCCE

Tints of Pale Rose #E1CCCE

Color information

#E1CCCE (or 0xE1CCCE) is unknown color: approx Pale Rose. HEX triplet: E1, CC and CE. RGB value is (225,204,206). Sum of RGB (Red+Green+Blue) = 225+204+206=635 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.43% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCCE is #1E3331. Grayscale: #D2D2D2. Windows color (decimal): -1979186 or 13552865. OLE color: 13552865.

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

Color convert

RGB225204206-
CMYK00.090.080.12
HSL354.29º25.93%84.12%-
HSV(B)354.29º9.33%88.24%-
XYZ63.7863.6567.32-
YUV210.51125.46138.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.43%
GREEN value IS 204 (80.08% from 255) = 32.13%
BLUE value IS 206 (80.86% from 255) = 32.44%
R=35.43%
G=32.13%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520420600.090.080.12354.2925.9384.12
HexE1CCCE098C1621a54
Octal341314316011101454232124
Binary1110000111001100110011100100110001100101100010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CCCE; }

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

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

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

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

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

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

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

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