#E9C0DA

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

Shades of Classic Rose #E9C0DA

Tints of Classic Rose #E9C0DA

Color information

#E9C0DA (or 0xE9C0DA) is unknown color: approx Classic Rose. HEX triplet: E9, C0 and DA. RGB value is (233,192,218). Sum of RGB (Red+Green+Blue) = 233+192+218=643 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.24% from 643); Green value is 192 (75.39% from 255 or 29.86% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C0DA is #163F25. Grayscale: #CFCFCF. Windows color (decimal): -1457958 or 14336233. OLE color: 14336233.

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

Color convert

RGB233192218-
CMYK00.180.060.09
HSL321.95º48.24%83.33%-
HSV(B)321.95º17.6%91.37%-
XYZ65.1160.0874.5-
YUV207.22134.08146.39-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.24%
GREEN value IS 192 (75.39% from 255) = 29.86%
BLUE value IS 218 (85.55% from 255) = 33.90%
R=36.24%
G=29.86%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319221800.180.060.09321.9548.2483.33
HexE9C0DA012691423053
Octal35130033202261150260123
Binary11101001110000001101101001001011010011010000101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C0DA; }

 p { color: rgb(233,192,218); }

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

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

 a { background-color: rgb(233,192,218); }

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

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

 span { border-color: rgb(233,192,218); }

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