#E9C5DD

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

Shades of Classic Rose #E9C5DD

Tints of Classic Rose #E9C5DD

Color information

#E9C5DD (or 0xE9C5DD) is unknown color: approx Classic Rose. HEX triplet: E9, C5 and DD. RGB value is (233,197,221). Sum of RGB (Red+Green+Blue) = 233+197+221=651 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.79% from 651); Green value is 197 (77.34% from 255 or 30.26% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C5DD is #163A22. Grayscale: #D2D2D2. Windows color (decimal): -1456675 or 14534121. OLE color: 14534121.

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

Color convert

RGB233197221-
CMYK00.150.050.09
HSL320º45%84.31%-
HSV(B)320º15.45%91.37%-
XYZ66.6262.4876.95-
YUV210.5133.93144.05-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.79%
GREEN value IS 197 (77.34% from 255) = 30.26%
BLUE value IS 221 (86.72% from 255) = 33.95%
R=35.79%
G=30.26%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319722100.150.050.093204584.31
HexE9C5DD0F591402d54
Octal35130533501751150055124
Binary1110100111000101110111010111110110011010000001011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C5DD; }

 p { color: rgb(233,197,221); }

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

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

 a { background-color: rgb(233,197,221); }

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

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

 span { border-color: rgb(233,197,221); }

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