#E8CCCD

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

Shades of Pale Rose #E8CCCD

Tints of Pale Rose #E8CCCD

Color information

#E8CCCD (or 0xE8CCCD) is unknown color: approx Pale Rose. HEX triplet: E8, CC and CD. RGB value is (232,204,205). Sum of RGB (Red+Green+Blue) = 232+204+205=641 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.19% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CCCD is #173332. Grayscale: #D4D4D4. Windows color (decimal): -1520435 or 13487336. OLE color: 13487336.

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

Color convert

RGB232204205-
CMYK00.120.120.09
HSL357.86º37.84%85.49%-
HSV(B)357.86º12.07%90.98%-
XYZ65.8964.7566.78-
YUV212.49123.78141.92-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.19%
GREEN value IS 204 (80.08% from 255) = 31.83%
BLUE value IS 205 (80.47% from 255) = 31.98%
R=36.19%
G=31.83%
B=31.98%

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
Decimal23220420500.120.120.09357.8637.8485.49
HexE8CCCD0CC91662655
Octal350314315014141154646125
Binary11101000110011001100110101100110010011011001101001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CCCD; }

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

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

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

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

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

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

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

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