#E8CCCF

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

Shades of Pale Rose #E8CCCF

Tints of Pale Rose #E8CCCF

Color information

#E8CCCF (or 0xE8CCCF) is unknown color: approx Pale Rose. HEX triplet: E8, CC and CF. RGB value is (232,204,207). Sum of RGB (Red+Green+Blue) = 232+204+207=643 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.08% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CCCF is #173330. Grayscale: #D4D4D4. Windows color (decimal): -1520433 or 13618408. OLE color: 13618408.

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

Color convert

RGB232204207-
CMYK00.120.110.09
HSL353.57º37.84%85.49%-
HSV(B)353.57º12.07%90.98%-
XYZ66.1364.8568.06-
YUV212.71124.78141.76-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.08%
GREEN value IS 204 (80.08% from 255) = 31.73%
BLUE value IS 207 (81.25% from 255) = 32.19%
R=36.08%
G=31.73%
B=32.19%

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
Decimal23220420700.120.110.09353.5737.8485.49
HexE8CCCF0CB91622655
Octal350314317014131154246125
Binary11101000110011001100111101100101110011011000101001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CCCF; }

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

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

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

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

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

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

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

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