#EDC9DC

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

Shades of Classic Rose #EDC9DC

Tints of Classic Rose #EDC9DC

Color information

#EDC9DC (or 0xEDC9DC) is unknown color: approx Classic Rose. HEX triplet: ED, C9 and DC. RGB value is (237,201,220). Sum of RGB (Red+Green+Blue) = 237+201+220=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 201 (78.91% from 255 or 30.55% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC9DC is #123623. Grayscale: #D5D5D5. Windows color (decimal): -1193508 or 14469613. OLE color: 14469613.

HSL color Cylindrical-coordinate representation of color #EDC9DC: hue angle of 328.33º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDC9DC is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB237201220-
CMYK00.150.070.07
HSL328.33º50%85.88%-
HSV(B)328.33º15.19%92.94%-
XYZ68.7364.9576.62-
YUV213.93131.43144.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.02%
GREEN value IS 201 (78.91% from 255) = 30.55%
BLUE value IS 220 (86.33% from 255) = 33.43%
R=36.02%
G=30.55%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720122000.150.070.07328.335085.88
HexEDC9DC0F771483256
Octal3553113340177751062126
Binary111011011100100111011100011111111111010010001100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC9DC; }

 p { color: rgb(237,201,220); }

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

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

 a { background-color: rgb(237,201,220); }

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

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

 span { border-color: rgb(237,201,220); }

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