Shades of Classic Rose #EDCCDD
Tints of Classic Rose #EDCCDD
RGB
CMYK
RGB Variations
Color information
#EDCCDD (or 0xEDCCDD) is known color: Classic Rose. HEX triplet: ED, CC and DD. RGB value is (237,204,221). Sum of RGB (Red+Green+Blue) = 237+204+221=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCDD is #123322. Grayscale: #D7D7D7. Windows color (decimal): -1192739 or 14535917. OLE color: 14535917.
HSL color Cylindrical-coordinate representation of color #EDCCDD: hue angle of 329.09º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDCCDD is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 204 | 221 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.07 |
| HSL | 329.09º | 0.48% | 0.86% | - |
| HSV(B) | 329.09º | 0.14% | 0.93% | - |
| XYZ | 69.57 | 66.41 | 77.56 | - |
| YUV | 215.81 | 130.93 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 221 | 0 | 0.14 | 0.07 | 0.07 | 329.09 | 0.48 | 0.86 |
| Hex | ED | CC | DD | 0 | E | 7 | 7 | 149 | 30 | 56 |
| Octal | 355 | 314 | 335 | 0 | 16 | 7 | 7 | 511 | 60 | 126 |
| Binary | 11101101 | 11001100 | 11011101 | 0 | 1110 | 111 | 111 | 101001001 | 110000 | 1010110 |
Color Harmonies of #EDCCDD
Complementary color
Monochromatic Colors of #EDCCDD
Black with #EDCCDD
Text Example
Text Example
White with #EDCCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCCDD; }
p { color: rgb(237,204,221); }
H1.HeaderClassName
{
color: #EDCCDD;
}
.AnyTagClassName
{
color: #EDCCDD;
}
</style>
background-color css
<style>
a { background-color: #EDCCDD; }
a { background-color: rgb(237,204,221); }
div.DivClassName
{
background-color: #EDCCDD;
}
.BgClassName
{
background-color: #EDCCDD;
}
</style>
border-color css
<style>
span { border-color: #EDCCDD; }
span { border-color: rgb(237,204,221); }
td.TdClassName
{
border-color: #EDCCDD;
}
.TagClassName
{
border-color: #EDCCDD;
}
</style>