#E1CDD0

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

Shades of Pale Rose #E1CDD0

Tints of Pale Rose #E1CDD0

Color information

#E1CDD0 (or 0xE1CDD0) is unknown color: approx Pale Rose. HEX triplet: E1, CD and D0. RGB value is (225,205,208). Sum of RGB (Red+Green+Blue) = 225+205+208=638 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.27% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 208 (81.64% from 255 or 32.60% from 638); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CDD0 is #1E322F. Grayscale: #D3D3D3. Windows color (decimal): -1978928 or 13684193. OLE color: 13684193.

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

Color convert

RGB225205208-
CMYK00.090.080.12
HSL351º25%84.31%-
HSV(B)351º8.89%88.24%-
XYZ64.2764.2268.68-
YUV211.32126.13137.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.27%
GREEN value IS 205 (80.47% from 255) = 32.13%
BLUE value IS 208 (81.64% from 255) = 32.60%
R=35.27%
G=32.13%
B=32.60%

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
Decimal22520520800.090.080.123512584.31
HexE1CDD0098C15f1954
Octal341315320011101453731124
Binary1110000111001101110100000100110001100101011111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CDD0; }

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

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

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

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

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

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

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

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