#E9C8DC

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

Shades of Classic Rose #E9C8DC

Tints of Classic Rose #E9C8DC

Color information

#E9C8DC (or 0xE9C8DC) is unknown color: approx Classic Rose. HEX triplet: E9, C8 and DC. RGB value is (233,200,220). Sum of RGB (Red+Green+Blue) = 233+200+220=653 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.68% from 653); Green value is 200 (78.52% from 255 or 30.63% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C8DC is #163723. Grayscale: #D4D4D4. Windows color (decimal): -1455908 or 14469353. OLE color: 14469353.

HSL color Cylindrical-coordinate representation of color #E9C8DC: hue angle of 323.64º degrees, saturation: 0.43, 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 #E9C8DC is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB233200220-
CMYK00.140.060.09
HSL323.64º42.86%84.9%-
HSV(B)323.64º14.16%91.37%-
XYZ67.1863.876.48-
YUV212.15132.43142.87-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.68%
GREEN value IS 200 (78.52% from 255) = 30.63%
BLUE value IS 220 (86.33% from 255) = 33.69%
R=35.68%
G=30.63%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320022000.140.060.09323.6442.8684.9
HexE9C8DC0E691442b55
Octal35131033401661150453125
Binary1110100111001000110111000111011010011010001001010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C8DC; }

 p { color: rgb(233,200,220); }

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

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

 a { background-color: rgb(233,200,220); }

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

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

 span { border-color: rgb(233,200,220); }

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