#E8CCD1

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

Shades of Pale Rose #E8CCD1

Tints of Pale Rose #E8CCD1

Color information

#E8CCD1 (or 0xE8CCD1) is unknown color: approx Pale Rose. HEX triplet: E8, CC and D1. RGB value is (232,204,209). Sum of RGB (Red+Green+Blue) = 232+204+209=645 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.97% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 209 (82.03% from 255 or 32.40% from 645); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CCD1 is #17332E. Grayscale: #D4D4D4. Windows color (decimal): -1520431 or 13749480. OLE color: 13749480.

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

Color convert

RGB232204209-
CMYK00.120.100.09
HSL349.29º37.84%85.49%-
HSV(B)349.29º12.07%90.98%-
XYZ66.3864.9469.36-
YUV212.94125.78141.59-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.97%
GREEN value IS 204 (80.08% from 255) = 31.63%
BLUE value IS 209 (82.03% from 255) = 32.40%
R=35.97%
G=31.63%
B=32.40%

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
Decimal23220420900.120.100.09349.2937.8485.49
HexE8CCD10CA915d2655
Octal350314321014121153546125
Binary11101000110011001101000101100101010011010111011001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CCD1; }

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

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

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

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

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

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

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

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