#E5CCCE

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

Shades of Pale Rose #E5CCCE

Tints of Pale Rose #E5CCCE

Color information

#E5CCCE (or 0xE5CCCE) is unknown color: approx Pale Rose. HEX triplet: E5, CC and CE. RGB value is (229,204,206). Sum of RGB (Red+Green+Blue) = 229+204+206=639 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.84% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CCCE is #1A3331. Grayscale: #D3D3D3. Windows color (decimal): -1717042 or 13552869. OLE color: 13552869.

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

Color convert

RGB229204206-
CMYK00.110.100.10
HSL355.2º32.47%84.9%-
HSV(B)355.2º10.92%89.8%-
XYZ65.0564.367.38-
YUV211.7124.78140.34-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.84%
GREEN value IS 204 (80.08% from 255) = 31.92%
BLUE value IS 206 (80.86% from 255) = 32.24%
R=35.84%
G=31.92%
B=32.24%

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
Decimal22920420600.110.100.10355.232.4784.9
HexE5CCCE0BAA1632055
Octal345314316013121254340125
Binary11100101110011001100111001011101010101011000111000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CCCE; }

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

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

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

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

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

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

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

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