#E9CECF

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

Shades of Pale Rose #E9CECF

Tints of Pale Rose #E9CECF

Color information

#E9CECF (or 0xE9CECF) is unknown color: approx Pale Rose. HEX triplet: E9, CE and CF. RGB value is (233,206,207). Sum of RGB (Red+Green+Blue) = 233+206+207=646 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.07% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 207 (81.25% from 255 or 32.04% from 646); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CECF is #163130. Grayscale: #D6D6D6. Windows color (decimal): -1454385 or 13618921. OLE color: 13618921.

HSL color Cylindrical-coordinate representation of color #E9CECF: hue angle of 357.78º degrees, saturation: 0.38, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9CECF is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB233206207-
CMYK00.120.110.09
HSL357.78º38.03%86.08%-
HSV(B)357.78º11.59%91.37%-
XYZ66.9465.9768.24-
YUV214.19123.95141.42-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.07%
GREEN value IS 206 (80.86% from 255) = 31.89%
BLUE value IS 207 (81.25% from 255) = 32.04%
R=36.07%
G=31.89%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320620700.120.110.09357.7838.0386.08
HexE9CECF0CB91662656
Octal351316317014131154646126
Binary11101001110011101100111101100101110011011001101001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CECF; }

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

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

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

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

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

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

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

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