#E9C6D9

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

Shades of Classic Rose #E9C6D9

Tints of Classic Rose #E9C6D9

Color information

#E9C6D9 (or 0xE9C6D9) is unknown color: approx Classic Rose. HEX triplet: E9, C6 and D9. RGB value is (233,198,217). Sum of RGB (Red+Green+Blue) = 233+198+217=648 (85% of max value = 765). Red value is 233 (91.41% from 255 or 35.96% from 648); Green value is 198 (77.73% from 255 or 30.56% from 648); Blue value is 217 (85.16% from 255 or 33.49% from 648); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C6D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C6D9 is #163926. Grayscale: #D2D2D2. Windows color (decimal): -1456423 or 14272233. OLE color: 14272233.

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

Color convert

RGB233198217-
CMYK00.150.070.09
HSL327.43º44.3%84.51%-
HSV(B)327.43º15.02%91.37%-
XYZ66.3262.7274.26-
YUV210.63131.6143.96-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.96%
GREEN value IS 198 (77.73% from 255) = 30.56%
BLUE value IS 217 (85.16% from 255) = 33.49%
R=35.96%
G=30.56%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319821700.150.070.09327.4344.384.51
HexE9C6D90F791472c55
Octal35130633101771150754125
Binary1110100111000110110110010111111110011010001111011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C6D9; }

 p { color: rgb(233,198,217); }

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

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

 a { background-color: rgb(233,198,217); }

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

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

 span { border-color: rgb(233,198,217); }

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