Shades of Classic Rose #EBCDE2
Tints of Classic Rose #EBCDE2
RGB
CMYK
RGB Variations
Color information
#EBCDE2 (or 0xEBCDE2) is known color: Classic Rose. HEX triplet: EB, CD and E2. RGB value is (235,205,226). Sum of RGB (Red+Green+Blue) = 235+205+226=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 205 (80.47% from 255 or 30.78% from 666); Blue value is 226 (88.67% from 255 or 33.93% from 666); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDE2 is #14321D. Grayscale: #D8D8D8. Windows color (decimal): -1323550 or 14863851. OLE color: 14863851.
HSL color Cylindrical-coordinate representation of color #EBCDE2: hue angle of 318º 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 #EBCDE2 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 226 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.08 |
| HSL | 318º | 0.43% | 0.86% | - |
| HSV(B) | 318º | 0.13% | 0.92% | - |
| XYZ | 69.82 | 66.82 | 81.17 | - |
| YUV | 216.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 226 | 0 | 0.13 | 0.04 | 0.08 | 318 | 0.43 | 0.86 |
| Hex | EB | CD | E2 | 0 | D | 4 | 8 | 13E | 2B | 56 |
| Octal | 353 | 315 | 342 | 0 | 15 | 4 | 10 | 476 | 53 | 126 |
| Binary | 11101011 | 11001101 | 11100010 | 0 | 1101 | 100 | 1000 | 100111110 | 101011 | 1010110 |
Color Harmonies of #EBCDE2
Complementary color
Monochromatic Colors of #EBCDE2
Black with #EBCDE2
Text Example
Text Example
White with #EBCDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCDE2; }
p { color: rgb(235,205,226); }
H1.HeaderClassName
{
color: #EBCDE2;
}
.AnyTagClassName
{
color: #EBCDE2;
}
</style>
background-color css
<style>
a { background-color: #EBCDE2; }
a { background-color: rgb(235,205,226); }
div.DivClassName
{
background-color: #EBCDE2;
}
.BgClassName
{
background-color: #EBCDE2;
}
</style>
border-color css
<style>
span { border-color: #EBCDE2; }
span { border-color: rgb(235,205,226); }
td.TdClassName
{
border-color: #EBCDE2;
}
.TagClassName
{
border-color: #EBCDE2;
}
</style>