#E9D6D8

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

Shades of Pale Rose #E9D6D8

Tints of Pale Rose #E9D6D8

Color information

#E9D6D8 (or 0xE9D6D8) is unknown color: approx Pale Rose. HEX triplet: E9, D6 and D8. RGB value is (233,214,216). Sum of RGB (Red+Green+Blue) = 233+214+216=663 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.14% from 663); Green value is 214 (83.98% from 255 or 32.28% from 663); Blue value is 216 (84.77% from 255 or 32.58% from 663); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D6D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D6D8 is #162927. Grayscale: #DBDBDB. Windows color (decimal): -1452328 or 14210793. OLE color: 14210793.

HSL color Cylindrical-coordinate representation of color #E9D6D8: hue angle of 353.68º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9D6D8 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB233214216-
CMYK00.080.070.09
HSL353.68º30.16%87.65%-
HSV(B)353.68º8.15%91.37%-
XYZ70.0570.3774.86-
YUV219.91125.79137.34-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.14%
GREEN value IS 214 (83.98% from 255) = 32.28%
BLUE value IS 216 (84.77% from 255) = 32.58%
R=35.14%
G=32.28%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321421600.080.070.09353.6830.1687.65
HexE9D6D808791621e58
Octal35132633001071154236130
Binary111010011101011011011000010001111001101100010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D6D8; }

 p { color: rgb(233,214,216); }

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

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

 a { background-color: rgb(233,214,216); }

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

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

 span { border-color: rgb(233,214,216); }

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