#E5CECF

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

Shades of Pale Rose #E5CECF

Tints of Pale Rose #E5CECF

Color information

#E5CECF (or 0xE5CECF) is unknown color: approx Pale Rose. HEX triplet: E5, CE and CF. RGB value is (229,206,207). Sum of RGB (Red+Green+Blue) = 229+206+207=642 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.67% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CECF is #1A3130. Grayscale: #D5D5D5. Windows color (decimal): -1716529 or 13618917. OLE color: 13618917.

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

Color convert

RGB229206207-
CMYK00.100.100.10
HSL357.39º30.67%85.29%-
HSV(B)357.39º10.04%89.8%-
XYZ65.6565.3168.18-
YUV212.99124.62139.42-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.67%
GREEN value IS 206 (80.86% from 255) = 32.09%
BLUE value IS 207 (81.25% from 255) = 32.24%
R=35.67%
G=32.09%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920620700.100.100.10357.3930.6785.29
HexE5CECF0AAA1651f55
Octal345316317012121254537125
Binary1110010111001110110011110101010101010101100101111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CECF; }

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

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

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

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

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

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

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

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