Shades of Classic Rose #E9DBE3
Tints of Classic Rose #E9DBE3
RGB
CMYK
RGB Variations
Color information
#E9DBE3 (or 0xE9DBE3) is known color: Classic Rose. HEX triplet: E9, DB and E3. RGB value is (233,219,227). Sum of RGB (Red+Green+Blue) = 233+219+227=679 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.32% from 679); Green value is 219 (85.94% from 255 or 32.25% from 679); Blue value is 227 (89.06% from 255 or 33.43% from 679); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DBE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DBE3 is #16241C. Grayscale: #E0E0E0. Windows color (decimal): -1451037 or 14932969. OLE color: 14932969.
HSL color Cylindrical-coordinate representation of color #E9DBE3: hue angle of 325.71º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E9DBE3 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 219 | 227 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.09 |
| HSL | 325.71º | 0.24% | 0.89% | - |
| HSV(B) | 325.71º | 0.06% | 0.91% | - |
| XYZ | 72.8 | 73.53 | 83.03 | - |
| YUV | 224.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 219 | 227 | 0 | 0.06 | 0.03 | 0.09 | 325.71 | 0.24 | 0.89 |
| Hex | E9 | DB | E3 | 0 | 6 | 3 | 9 | 146 | 18 | 59 |
| Octal | 351 | 333 | 343 | 0 | 6 | 3 | 11 | 506 | 30 | 131 |
| Binary | 11101001 | 11011011 | 11100011 | 0 | 110 | 11 | 1001 | 101000110 | 11000 | 1011001 |
Color Harmonies of #E9DBE3
Complementary color
Monochromatic Colors of #E9DBE3
Black with #E9DBE3
Text Example
Text Example
White with #E9DBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DBE3; }
p { color: rgb(233,219,227); }
H1.HeaderClassName
{
color: #E9DBE3;
}
.AnyTagClassName
{
color: #E9DBE3;
}
</style>
background-color css
<style>
a { background-color: #E9DBE3; }
a { background-color: rgb(233,219,227); }
div.DivClassName
{
background-color: #E9DBE3;
}
.BgClassName
{
background-color: #E9DBE3;
}
</style>
border-color css
<style>
span { border-color: #E9DBE3; }
span { border-color: rgb(233,219,227); }
td.TdClassName
{
border-color: #E9DBE3;
}
.TagClassName
{
border-color: #E9DBE3;
}
</style>