#E9C9DF

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

Shades of Classic Rose #E9C9DF

Tints of Classic Rose #E9C9DF

Color information

#E9C9DF (or 0xE9C9DF) is unknown color: approx Classic Rose. HEX triplet: E9, C9 and DF. RGB value is (233,201,223). Sum of RGB (Red+Green+Blue) = 233+201+223=657 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.46% from 657); Green value is 201 (78.91% from 255 or 30.59% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C9DF is #163620. Grayscale: #D5D5D5. Windows color (decimal): -1455649 or 14666217. OLE color: 14666217.

HSL color Cylindrical-coordinate representation of color #E9C9DF: hue angle of 318.75º degrees, saturation: 0.42, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E9C9DF is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB233201223-
CMYK00.140.040.09
HSL318.75º42.11%85.1%-
HSV(B)318.75º13.73%91.37%-
XYZ67.8164.4278.67-
YUV213.08133.6142.21-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.46%
GREEN value IS 201 (78.91% from 255) = 30.59%
BLUE value IS 223 (87.5% from 255) = 33.94%
R=35.46%
G=30.59%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320122300.140.040.09318.7542.1185.1
HexE9C9DF0E4913f2a55
Octal35131133701641147752125
Binary1110100111001001110111110111010010011001111111010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C9DF; }

 p { color: rgb(233,201,223); }

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

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

 a { background-color: rgb(233,201,223); }

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

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

 span { border-color: rgb(233,201,223); }

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