#EDC5DD

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

Shades of Classic Rose #EDC5DD

Tints of Classic Rose #EDC5DD

Color information

#EDC5DD (or 0xEDC5DD) is unknown color: approx Classic Rose. HEX triplet: ED, C5 and DD. RGB value is (237,197,221). Sum of RGB (Red+Green+Blue) = 237+197+221=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 197 (77.34% from 255 or 30.08% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC5DD is #123A22. Grayscale: #D3D3D3. Windows color (decimal): -1194531 or 14534125. OLE color: 14534125.

HSL color Cylindrical-coordinate representation of color #EDC5DD: hue angle of 324º 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 #EDC5DD is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB237197221-
CMYK00.170.070.07
HSL324º52.63%85.1%-
HSV(B)324º16.88%92.94%-
XYZ67.9463.1677.02-
YUV211.7133.25146.05-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.18%
GREEN value IS 197 (77.34% from 255) = 30.08%
BLUE value IS 221 (86.72% from 255) = 33.74%
R=36.18%
G=30.08%
B=33.74%

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
Decimal23719722100.170.070.0732452.6385.1
HexEDC5DD011771443555
Octal3553053350217750465125
Binary1110110111000101110111010100011111111010001001101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC5DD; }

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

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

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

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

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

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

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

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