#E9CCCF

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

Shades of Pale Rose #E9CCCF

Tints of Pale Rose #E9CCCF

Color information

#E9CCCF (or 0xE9CCCF) is unknown color: approx Pale Rose. HEX triplet: E9, CC and CF. RGB value is (233,204,207). Sum of RGB (Red+Green+Blue) = 233+204+207=644 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.18% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 207 (81.25% from 255 or 32.14% from 644); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CCCF is #163330. Grayscale: #D5D5D5. Windows color (decimal): -1454897 or 13618409. OLE color: 13618409.

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

Color convert

RGB233204207-
CMYK00.120.110.09
HSL353.79º39.73%85.69%-
HSV(B)353.79º12.45%91.37%-
XYZ66.4665.0168.08-
YUV213.01124.61142.26-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.18%
GREEN value IS 204 (80.08% from 255) = 31.68%
BLUE value IS 207 (81.25% from 255) = 32.14%
R=36.18%
G=31.68%
B=32.14%

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
Decimal23320420700.120.110.09353.7939.7385.69
HexE9CCCF0CB91622856
Octal351314317014131154250126
Binary11101001110011001100111101100101110011011000101010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CCCF; }

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

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

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

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

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

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

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

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