#E9C1DB

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

Shades of Classic Rose #E9C1DB

Tints of Classic Rose #E9C1DB

Color information

#E9C1DB (or 0xE9C1DB) is unknown color: approx Classic Rose. HEX triplet: E9, C1 and DB. RGB value is (233,193,219). Sum of RGB (Red+Green+Blue) = 233+193+219=645 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.12% from 645); Green value is 193 (75.78% from 255 or 29.92% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C1DB is #163E24. Grayscale: #CFCFCF. Windows color (decimal): -1457701 or 14402025. OLE color: 14402025.

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

Color convert

RGB233193219-
CMYK00.170.060.09
HSL321º47.62%83.53%-
HSV(B)321º17.17%91.37%-
XYZ65.4660.5875.26-
YUV207.92134.25145.89-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.12%
GREEN value IS 193 (75.78% from 255) = 29.92%
BLUE value IS 219 (85.94% from 255) = 33.95%
R=36.12%
G=29.92%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319321900.170.060.0932147.6283.53
HexE9C1DB011691413054
Octal35130133302161150160124
Binary11101001110000011101101101000111010011010000011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C1DB; }

 p { color: rgb(233,193,219); }

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

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

 a { background-color: rgb(233,193,219); }

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

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

 span { border-color: rgb(233,193,219); }

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