Shades of Classic Rose #EDCCDC
Tints of Classic Rose #EDCCDC
RGB
CMYK
RGB Variations
Color information
#EDCCDC (or 0xEDCCDC) is known color: Classic Rose. HEX triplet: ED, CC and DC. RGB value is (237,204,220). Sum of RGB (Red+Green+Blue) = 237+204+220=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 204 (80.08% from 255 or 30.86% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCDC is #123323. Grayscale: #D7D7D7. Windows color (decimal): -1192740 or 14470381. OLE color: 14470381.
HSL color Cylindrical-coordinate representation of color #EDCCDC: hue angle of 330.91º 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 #EDCCDC is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 204 | 220 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.07 |
| HSL | 330.91º | 0.48% | 0.86% | - |
| HSV(B) | 330.91º | 0.14% | 0.93% | - |
| XYZ | 69.44 | 66.36 | 76.86 | - |
| YUV | 215.69 | 130.43 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 220 | 0 | 0.14 | 0.07 | 0.07 | 330.91 | 0.48 | 0.86 |
| Hex | ED | CC | DC | 0 | E | 7 | 7 | 14B | 30 | 56 |
| Octal | 355 | 314 | 334 | 0 | 16 | 7 | 7 | 513 | 60 | 126 |
| Binary | 11101101 | 11001100 | 11011100 | 0 | 1110 | 111 | 111 | 101001011 | 110000 | 1010110 |
Color Harmonies of #EDCCDC
Complementary color
Monochromatic Colors of #EDCCDC
Black with #EDCCDC
Text Example
Text Example
White with #EDCCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCCDC; }
p { color: rgb(237,204,220); }
H1.HeaderClassName
{
color: #EDCCDC;
}
.AnyTagClassName
{
color: #EDCCDC;
}
</style>
background-color css
<style>
a { background-color: #EDCCDC; }
a { background-color: rgb(237,204,220); }
div.DivClassName
{
background-color: #EDCCDC;
}
.BgClassName
{
background-color: #EDCCDC;
}
</style>
border-color css
<style>
span { border-color: #EDCCDC; }
span { border-color: rgb(237,204,220); }
td.TdClassName
{
border-color: #EDCCDC;
}
.TagClassName
{
border-color: #EDCCDC;
}
</style>