#E8CCD2

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

Shades of Pale Rose #E8CCD2

Tints of Pale Rose #E8CCD2

Color information

#E8CCD2 (or 0xE8CCD2) is unknown color: approx Pale Rose. HEX triplet: E8, CC and D2. RGB value is (232,204,210). Sum of RGB (Red+Green+Blue) = 232+204+210=646 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.91% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 210 (82.42% from 255 or 32.51% from 646); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CCD2 is #17332D. Grayscale: #D5D5D5. Windows color (decimal): -1520430 or 13815016. OLE color: 13815016.

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

Color convert

RGB232204210-
CMYK00.120.090.09
HSL347.14º37.84%85.49%-
HSV(B)347.14º12.07%90.98%-
XYZ66.564.9970.01-
YUV213.06126.28141.51-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.91%
GREEN value IS 204 (80.08% from 255) = 31.58%
BLUE value IS 210 (82.42% from 255) = 32.51%
R=35.91%
G=31.58%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220421000.120.090.09347.1437.8485.49
HexE8CCD20C9915b2655
Octal350314322014111153346125
Binary11101000110011001101001001100100110011010110111001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CCD2; }

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

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

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

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

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

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

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

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