#E8CCD0

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

Shades of Pale Rose #E8CCD0

Tints of Pale Rose #E8CCD0

Color information

#E8CCD0 (or 0xE8CCD0) is unknown color: approx Pale Rose. HEX triplet: E8, CC and D0. RGB value is (232,204,208). Sum of RGB (Red+Green+Blue) = 232+204+208=644 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.02% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 208 (81.64% from 255 or 32.30% from 644); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CCD0 is #17332F. Grayscale: #D4D4D4. Windows color (decimal): -1520432 or 13683944. OLE color: 13683944.

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

Color convert

RGB232204208-
CMYK00.120.100.09
HSL351.43º37.84%85.49%-
HSV(B)351.43º12.07%90.98%-
XYZ66.2664.968.71-
YUV212.83125.28141.67-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.02%
GREEN value IS 204 (80.08% from 255) = 31.68%
BLUE value IS 208 (81.64% from 255) = 32.30%
R=36.02%
G=31.68%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220420800.120.100.09351.4337.8485.49
HexE8CCD00CA915f2655
Octal350314320014121153746125
Binary11101000110011001101000001100101010011010111111001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CCD0; }

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

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

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

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

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

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

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

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