#E1CDCF

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

Shades of Pale Rose #E1CDCF

Tints of Pale Rose #E1CDCF

Color information

#E1CDCF (or 0xE1CDCF) is unknown color: approx Pale Rose. HEX triplet: E1, CD and CF. RGB value is (225,205,207). Sum of RGB (Red+Green+Blue) = 225+205+207=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CDCF is #1E3230. Grayscale: #D3D3D3. Windows color (decimal): -1978929 or 13618657. OLE color: 13618657.

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

Color convert

RGB225205207-
CMYK00.090.080.12
HSL354º25%84.31%-
HSV(B)354º8.89%88.24%-
XYZ64.1564.1868.04-
YUV211.21125.63137.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.32%
GREEN value IS 205 (80.47% from 255) = 32.18%
BLUE value IS 207 (81.25% from 255) = 32.50%
R=35.32%
G=32.18%
B=32.50%

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
Decimal22520520700.090.080.123542584.31
HexE1CDCF098C1621954
Octal341315317011101454231124
Binary1110000111001101110011110100110001100101100010110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CDCF; }

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

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

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

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

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

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

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

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