#E1CCCD

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

Shades of Pale Rose #E1CCCD

Tints of Pale Rose #E1CCCD

Color information

#E1CCCD (or 0xE1CCCD) is unknown color: approx Pale Rose. HEX triplet: E1, CC and CD. RGB value is (225,204,205). Sum of RGB (Red+Green+Blue) = 225+204+205=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCCD is #1E3332. Grayscale: #D2D2D2. Windows color (decimal): -1979187 or 13487329. OLE color: 13487329.

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

Color convert

RGB225204205-
CMYK00.090.090.12
HSL357.14º25.93%84.12%-
HSV(B)357.14º9.33%88.24%-
XYZ63.6663.666.68-
YUV210.39124.96138.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.49%
GREEN value IS 204 (80.08% from 255) = 32.18%
BLUE value IS 205 (80.47% from 255) = 32.33%
R=35.49%
G=32.18%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520420500.090.090.12357.1425.9384.12
HexE1CCCD099C1651a54
Octal341314315011111454532124
Binary1110000111001100110011010100110011100101100101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CCCD; }

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

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

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

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

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

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

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

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