#E0CECF

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

Shades of Pale Rose #E0CECF

Tints of Pale Rose #E0CECF

Color information

#E0CECF (or 0xE0CECF) is unknown color: approx Pale Rose. HEX triplet: E0, CE and CF. RGB value is (224,206,207). Sum of RGB (Red+Green+Blue) = 224+206+207=637 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.16% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CECF is #1F3130. Grayscale: #D3D3D3. Windows color (decimal): -2044209 or 13618912. OLE color: 13618912.

HSL color Cylindrical-coordinate representation of color #E0CECF: hue angle of 356.67º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0CECF is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB224206207-
CMYK00.080.080.12
HSL356.67º22.5%84.31%-
HSV(B)356.67º8.04%87.84%-
XYZ64.0764.4968.1-
YUV211.5125.46136.92-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.16%
GREEN value IS 206 (80.86% from 255) = 32.34%
BLUE value IS 207 (81.25% from 255) = 32.50%
R=35.16%
G=32.34%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420620700.080.080.12356.6722.584.31
HexE0CECF088C1651654
Octal340316317010101454526124
Binary1110000011001110110011110100010001100101100101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CECF; }

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

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

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

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

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

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

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

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