Shades of Classic Rose #EDCDDD
Tints of Classic Rose #EDCDDD
RGB
CMYK
RGB Variations
Color information
#EDCDDD (or 0xEDCDDD) is known color: 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
RGB | 237 | 205 | 221 | - |
CMYK | 0 | 0.14 | 0.07 | 0.07 |
HSL | 330º | 0.47% | 0.87% | - |
HSV(B) | 330º | 0.14% | 0.93% | - |
XYZ | 69.81 | 66.89 | 77.64 | - |
YUV | 216.39 | 130.6 | 142.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 205 | 221 | 0 | 0.14 | 0.07 | 0.07 | 330 | 0.47 | 0.87 |
Hex | ED | CD | DD | 0 | E | 7 | 7 | 14A | 2F | 57 |
Octal | 355 | 315 | 335 | 0 | 16 | 7 | 7 | 512 | 57 | 127 |
Binary | 11101101 | 11001101 | 11011101 | 0 | 1110 | 111 | 111 | 101001010 | 101111 | 1010111 |
Color Harmonies of #EDCDDD
Complementary color
Monochromatic Colors of #EDCDDD
Black with #EDCDDD
Text Example
Text Example
White with #EDCDDD
Text Example
Text Example
HTML Codes & Css Web 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>