#E1CCCF

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

Shades of Pale Rose #E1CCCF

Tints of Pale Rose #E1CCCF

Color information

#E1CCCF (or 0xE1CCCF) is unknown color: approx Pale Rose. HEX triplet: E1, CC and CF. RGB value is (225,204,207). Sum of RGB (Red+Green+Blue) = 225+204+207=636 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.38% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCCF is #1E3330. Grayscale: #D2D2D2. Windows color (decimal): -1979185 or 13618401. OLE color: 13618401.

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

Color convert

RGB225204207-
CMYK00.090.080.12
HSL351.43º25.93%84.12%-
HSV(B)351.43º9.33%88.24%-
XYZ63.9163.767.96-
YUV210.62125.96138.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.38%
GREEN value IS 204 (80.08% from 255) = 32.08%
BLUE value IS 207 (81.25% from 255) = 32.55%
R=35.38%
G=32.08%
B=32.55%

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
Decimal22520420700.090.080.12351.4325.9384.12
HexE1CCCF098C15f1a54
Octal341314317011101453732124
Binary1110000111001100110011110100110001100101011111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CCCF; }

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

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

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

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

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

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

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

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