Shades of Classic Rose #EBCDDF
Tints of Classic Rose #EBCDDF
RGB
CMYK
RGB Variations
Color information
#EBCDDF (or 0xEBCDDF) is known color: Classic Rose. HEX triplet: EB, CD and DF. RGB value is (235,205,223). Sum of RGB (Red+Green+Blue) = 235+205+223=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 205 (80.47% from 255 or 30.92% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDDF is #143220. Grayscale: #D7D7D7. Windows color (decimal): -1323553 or 14667243. OLE color: 14667243.
HSL color Cylindrical-coordinate representation of color #EBCDDF: hue angle of 324º 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 #EBCDDF is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 223 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.08 |
| HSL | 324º | 0.43% | 0.86% | - |
| HSV(B) | 324º | 0.13% | 0.92% | - |
| XYZ | 69.41 | 66.65 | 79.02 | - |
| YUV | 216.02 | 131.94 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 223 | 0 | 0.13 | 0.05 | 0.08 | 324 | 0.43 | 0.86 |
| Hex | EB | CD | DF | 0 | D | 5 | 8 | 144 | 2B | 56 |
| Octal | 353 | 315 | 337 | 0 | 15 | 5 | 10 | 504 | 53 | 126 |
| Binary | 11101011 | 11001101 | 11011111 | 0 | 1101 | 101 | 1000 | 101000100 | 101011 | 1010110 |
Color Harmonies of #EBCDDF
Complementary color
Monochromatic Colors of #EBCDDF
Black with #EBCDDF
Text Example
Text Example
White with #EBCDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCDDF; }
p { color: rgb(235,205,223); }
H1.HeaderClassName
{
color: #EBCDDF;
}
.AnyTagClassName
{
color: #EBCDDF;
}
</style>
background-color css
<style>
a { background-color: #EBCDDF; }
a { background-color: rgb(235,205,223); }
div.DivClassName
{
background-color: #EBCDDF;
}
.BgClassName
{
background-color: #EBCDDF;
}
</style>
border-color css
<style>
span { border-color: #EBCDDF; }
span { border-color: rgb(235,205,223); }
td.TdClassName
{
border-color: #EBCDDF;
}
.TagClassName
{
border-color: #EBCDDF;
}
</style>