#EDCDDD

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

Shades of Classic Rose #EDCDDD

Tints of Classic Rose #EDCDDD

Color information

#EDCDDD (or 0xEDCDDD) is unknown color: approx Classic Rose. HEX triplet: ED, CD and DD. RGB value is (237,205,221). Sum of RGB (Red+Green+Blue) = 237+205+221=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 205 (80.47% from 255 or 30.92% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDDD is #123222. Grayscale: #D8D8D8. Windows color (decimal): -1192483 or 14536173. OLE color: 14536173.

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

Color convert

RGB237205221-
CMYK00.140.070.07
HSL330º47.06%86.67%-
HSV(B)330º13.5%92.94%-
XYZ69.8166.8977.64-
YUV216.39130.6142.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.75%
GREEN value IS 205 (80.47% from 255) = 30.92%
BLUE value IS 221 (86.72% from 255) = 33.33%
R=35.75%
G=30.92%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720522100.140.070.0733047.0686.67
HexEDCDDD0E7714a2f57
Octal3553153350167751257127
Binary111011011100110111011101011101111111010010101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDDD; }

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

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

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

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

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

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

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

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