#E9CDD1

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

Shades of Pale Rose #E9CDD1

Tints of Pale Rose #E9CDD1

Color information

#E9CDD1 (or 0xE9CDD1) is unknown color: approx Pale Rose. HEX triplet: E9, CD and D1. RGB value is (233,205,209). Sum of RGB (Red+Green+Blue) = 233+205+209=647 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.01% from 647); Green value is 205 (80.47% from 255 or 31.68% from 647); Blue value is 209 (82.03% from 255 or 32.30% from 647); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CDD1 is #16322E. Grayscale: #D5D5D5. Windows color (decimal): -1454639 or 13749737. OLE color: 13749737.

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

Color convert

RGB233205209-
CMYK00.120.100.09
HSL351.43º38.89%85.88%-
HSV(B)351.43º12.02%91.37%-
XYZ66.9465.5969.45-
YUV213.83125.28141.67-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.01%
GREEN value IS 205 (80.47% from 255) = 31.68%
BLUE value IS 209 (82.03% from 255) = 32.30%
R=36.01%
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
Decimal23320520900.120.100.09351.4338.8985.88
HexE9CDD10CA915f2756
Octal351315321014121153747126
Binary11101001110011011101000101100101010011010111111001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CDD1; }

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

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

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

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

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

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

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

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