#EDC5DC

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

Shades of Classic Rose #EDC5DC

Tints of Classic Rose #EDC5DC

Color information

#EDC5DC (or 0xEDC5DC) is unknown color: approx Classic Rose. HEX triplet: ED, C5 and DC. RGB value is (237,197,220). Sum of RGB (Red+Green+Blue) = 237+197+220=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 197 (77.34% from 255 or 30.12% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC5DC is #123A23. Grayscale: #D3D3D3. Windows color (decimal): -1194532 or 14468589. OLE color: 14468589.

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

Color convert

RGB237197220-
CMYK00.170.070.07
HSL325.5º52.63%85.1%-
HSV(B)325.5º16.88%92.94%-
XYZ67.8163.176.32-
YUV211.58132.75146.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.24%
GREEN value IS 197 (77.34% from 255) = 30.12%
BLUE value IS 220 (86.33% from 255) = 33.64%
R=36.24%
G=30.12%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719722000.170.070.07325.552.6385.1
HexEDC5DC011771463555
Octal3553053340217750665125
Binary1110110111000101110111000100011111111010001101101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC5DC; }

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

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

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

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

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

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

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

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