#E9CCCE

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

Shades of Pale Rose #E9CCCE

Tints of Pale Rose #E9CCCE

Color information

#E9CCCE (or 0xE9CCCE) is unknown color: approx Pale Rose. HEX triplet: E9, CC and CE. RGB value is (233,204,206). Sum of RGB (Red+Green+Blue) = 233+204+206=643 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.24% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 206 (80.86% from 255 or 32.04% from 643); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CCCE is #163331. Grayscale: #D4D4D4. Windows color (decimal): -1454898 or 13552873. OLE color: 13552873.

HSL color Cylindrical-coordinate representation of color #E9CCCE: hue angle of 355.86º degrees, saturation: 0.4, 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 #E9CCCE is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB233204206-
CMYK00.120.120.09
HSL355.86º39.73%85.69%-
HSV(B)355.86º12.45%91.37%-
XYZ66.3464.9767.44-
YUV212.9124.11142.34-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.24%
GREEN value IS 204 (80.08% from 255) = 31.73%
BLUE value IS 206 (80.86% from 255) = 32.04%
R=36.24%
G=31.73%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320420600.120.120.09355.8639.7385.69
HexE9CCCE0CC91642856
Octal351314316014141154450126
Binary11101001110011001100111001100110010011011001001010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CCCE; }

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

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

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

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

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

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

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

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