#EDC6DC

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

Shades of Classic Rose #EDC6DC

Tints of Classic Rose #EDC6DC

Color information

#EDC6DC (or 0xEDC6DC) is unknown color: approx Classic Rose. HEX triplet: ED, C6 and DC. RGB value is (237,198,220). Sum of RGB (Red+Green+Blue) = 237+198+220=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 198 (77.73% from 255 or 30.23% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC6DC is #123923. Grayscale: #D4D4D4. Windows color (decimal): -1194276 or 14468845. OLE color: 14468845.

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

Color convert

RGB237198220-
CMYK00.160.070.07
HSL326.15º52%85.29%-
HSV(B)326.15º16.46%92.94%-
XYZ68.0463.5676.39-
YUV212.17132.42145.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.18%
GREEN value IS 198 (77.73% from 255) = 30.23%
BLUE value IS 220 (86.33% from 255) = 33.59%
R=36.18%
G=30.23%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719822000.160.070.07326.155285.29
HexEDC6DC010771463455
Octal3553063340207750664125
Binary1110110111000110110111000100001111111010001101101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC6DC; }

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

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

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

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

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

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

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

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