#E5CCCF

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

Shades of Pale Rose #E5CCCF

Tints of Pale Rose #E5CCCF

Color information

#E5CCCF (or 0xE5CCCF) is unknown color: approx Pale Rose. HEX triplet: E5, CC and CF. RGB value is (229,204,207). Sum of RGB (Red+Green+Blue) = 229+204+207=640 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.78% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CCCF is #1A3330. Grayscale: #D3D3D3. Windows color (decimal): -1717041 or 13618405. OLE color: 13618405.

HSL color Cylindrical-coordinate representation of color #E5CCCF: hue angle of 352.8º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5CCCF is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB229204207-
CMYK00.110.100.10
HSL352.8º32.47%84.9%-
HSV(B)352.8º10.92%89.8%-
XYZ65.1764.3568.02-
YUV211.82125.28140.26-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.78%
GREEN value IS 204 (80.08% from 255) = 31.88%
BLUE value IS 207 (81.25% from 255) = 32.34%
R=35.78%
G=31.88%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920420700.110.100.10352.832.4784.9
HexE5CCCF0BAA1612055
Octal345314317013121254140125
Binary11100101110011001100111101011101010101011000011000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CCCF; }

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

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

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

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

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

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

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

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