Shades of Classic Rose #EBCDDD
Tints of Classic Rose #EBCDDD
RGB
CMYK
RGB Variations
Color information
#EBCDDD (or 0xEBCDDD) is known color: Classic Rose. HEX triplet: EB, CD and DD. RGB value is (235,205,221). Sum of RGB (Red+Green+Blue) = 235+205+221=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 205 (80.47% from 255 or 31.01% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDDD is #143222. Grayscale: #D7D7D7. Windows color (decimal): -1323555 or 14536171. OLE color: 14536171.
HSL color Cylindrical-coordinate representation of color #EBCDDD: hue angle of 328º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBCDDD is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 221 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.08 |
| HSL | 328º | 0.43% | 0.86% | - |
| HSV(B) | 328º | 0.13% | 0.92% | - |
| XYZ | 69.14 | 66.55 | 77.61 | - |
| YUV | 215.79 | 130.94 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 221 | 0 | 0.13 | 0.06 | 0.08 | 328 | 0.43 | 0.86 |
| Hex | EB | CD | DD | 0 | D | 6 | 8 | 148 | 2B | 56 |
| Octal | 353 | 315 | 335 | 0 | 15 | 6 | 10 | 510 | 53 | 126 |
| Binary | 11101011 | 11001101 | 11011101 | 0 | 1101 | 110 | 1000 | 101001000 | 101011 | 1010110 |
Color Harmonies of #EBCDDD
Complementary color
Monochromatic Colors of #EBCDDD
Black with #EBCDDD
Text Example
Text Example
White with #EBCDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCDDD; }
p { color: rgb(235,205,221); }
H1.HeaderClassName
{
color: #EBCDDD;
}
.AnyTagClassName
{
color: #EBCDDD;
}
</style>
background-color css
<style>
a { background-color: #EBCDDD; }
a { background-color: rgb(235,205,221); }
div.DivClassName
{
background-color: #EBCDDD;
}
.BgClassName
{
background-color: #EBCDDD;
}
</style>
border-color css
<style>
span { border-color: #EBCDDD; }
span { border-color: rgb(235,205,221); }
td.TdClassName
{
border-color: #EBCDDD;
}
.TagClassName
{
border-color: #EBCDDD;
}
</style>