#E8CDD1

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

Shades of Pale Rose #E8CDD1

Tints of Pale Rose #E8CDD1

Color information

#E8CDD1 (or 0xE8CDD1) is unknown color: approx Pale Rose. HEX triplet: E8, CD and D1. RGB value is (232,205,209). Sum of RGB (Red+Green+Blue) = 232+205+209=646 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.91% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 209 (82.03% from 255 or 32.35% from 646); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CDD1 is #17322E. Grayscale: #D5D5D5. Windows color (decimal): -1520175 or 13749736. OLE color: 13749736.

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

Color convert

RGB232205209-
CMYK00.120.100.09
HSL351.11º36.99%85.69%-
HSV(B)351.11º11.64%90.98%-
XYZ66.6265.4269.44-
YUV213.53125.45141.17-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.91%
GREEN value IS 205 (80.47% from 255) = 31.73%
BLUE value IS 209 (82.03% from 255) = 32.35%
R=35.91%
G=31.73%
B=32.35%

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
Decimal23220520900.120.100.09351.1136.9985.69
HexE8CDD10CA915f2556
Octal350315321014121153745126
Binary11101000110011011101000101100101010011010111111001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CDD1; }

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

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

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

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

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

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

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

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