Shades of Classic Rose #EBDDE6
Tints of Classic Rose #EBDDE6
RGB
CMYK
RGB Variations
Color information
#EBDDE6 (or 0xEBDDE6) is known color: Classic Rose. HEX triplet: EB, DD and E6. RGB value is (235,221,230). Sum of RGB (Red+Green+Blue) = 235+221+230=686 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.26% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 230 (90.23% from 255 or 33.53% from 686); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDDE6 is #142219. Grayscale: #E2E2E2. Windows color (decimal): -1319450 or 15130091. OLE color: 15130091.
HSL color Cylindrical-coordinate representation of color #EBDDE6: hue angle of 321.43º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBDDE6 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 221 | 230 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.08 |
| HSL | 321.43º | 0.26% | 0.89% | - |
| HSV(B) | 321.43º | 0.06% | 0.92% | - |
| XYZ | 74.4 | 75.09 | 85.44 | - |
| YUV | 226.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 230 | 0 | 0.06 | 0.02 | 0.08 | 321.43 | 0.26 | 0.89 |
| Hex | EB | DD | E6 | 0 | 6 | 2 | 8 | 141 | 1A | 59 |
| Octal | 353 | 335 | 346 | 0 | 6 | 2 | 10 | 501 | 32 | 131 |
| Binary | 11101011 | 11011101 | 11100110 | 0 | 110 | 10 | 1000 | 101000001 | 11010 | 1011001 |
Color Harmonies of #EBDDE6
Complementary color
Monochromatic Colors of #EBDDE6
Black with #EBDDE6
Text Example
Text Example
White with #EBDDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDDE6; }
p { color: rgb(235,221,230); }
H1.HeaderClassName
{
color: #EBDDE6;
}
.AnyTagClassName
{
color: #EBDDE6;
}
</style>
background-color css
<style>
a { background-color: #EBDDE6; }
a { background-color: rgb(235,221,230); }
div.DivClassName
{
background-color: #EBDDE6;
}
.BgClassName
{
background-color: #EBDDE6;
}
</style>
border-color css
<style>
span { border-color: #EBDDE6; }
span { border-color: rgb(235,221,230); }
td.TdClassName
{
border-color: #EBDDE6;
}
.TagClassName
{
border-color: #EBDDE6;
}
</style>