#E8CDD2

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

Shades of Pale Rose #E8CDD2

Tints of Pale Rose #E8CDD2

Color information

#E8CDD2 (or 0xE8CDD2) is unknown color: approx Pale Rose. HEX triplet: E8, CD and D2. RGB value is (232,205,210). Sum of RGB (Red+Green+Blue) = 232+205+210=647 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.86% from 647); Green value is 205 (80.47% from 255 or 31.68% from 647); Blue value is 210 (82.42% from 255 or 32.46% from 647); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CDD2 is #17322D. Grayscale: #D5D5D5. Windows color (decimal): -1520174 or 13815272. OLE color: 13815272.

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

Color convert

RGB232205210-
CMYK00.120.090.09
HSL348.89º36.99%85.69%-
HSV(B)348.89º11.64%90.98%-
XYZ66.7465.4770.09-
YUV213.64125.95141.09-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.86%
GREEN value IS 205 (80.47% from 255) = 31.68%
BLUE value IS 210 (82.42% from 255) = 32.46%
R=35.86%
G=31.68%
B=32.46%

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
Decimal23220521000.120.090.09348.8936.9985.69
HexE8CDD20C9915d2556
Octal350315322014111153545126
Binary11101000110011011101001001100100110011010111011001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CDD2; }

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

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

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

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

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

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

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

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