Shades of Classic Rose #E7DBE3
Tints of Classic Rose #E7DBE3
RGB
CMYK
RGB Variations
Color information
#E7DBE3 (or 0xE7DBE3) is known color: Classic Rose. HEX triplet: E7, DB and E3. RGB value is (231,219,227). Sum of RGB (Red+Green+Blue) = 231+219+227=677 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.12% from 677); Green value is 219 (85.94% from 255 or 32.35% from 677); Blue value is 227 (89.06% from 255 or 33.53% from 677); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DBE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DBE3 is #18241C. Grayscale: #DFDFDF. Windows color (decimal): -1582109 or 14932967. OLE color: 14932967.
HSL color Cylindrical-coordinate representation of color #E7DBE3: hue angle of 320º degrees, saturation: 0.2, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E7DBE3 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 219 | 227 | - |
CMYK | 0 | 0.05 | 0.02 | 0.09 |
HSL | 320º | 0.2% | 0.88% | - |
HSV(B) | 320º | 0.05% | 0.91% | - |
XYZ | 72.15 | 73.2 | 83 | - |
YUV | 223.5 | 129.98 | 133.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 219 | 227 | 0 | 0.05 | 0.02 | 0.09 | 320 | 0.2 | 0.88 |
Hex | E7 | DB | E3 | 0 | 5 | 2 | 9 | 140 | 14 | 58 |
Octal | 347 | 333 | 343 | 0 | 5 | 2 | 11 | 500 | 24 | 130 |
Binary | 11100111 | 11011011 | 11100011 | 0 | 101 | 10 | 1001 | 101000000 | 10100 | 1011000 |
Color Harmonies of #E7DBE3
Complementary color
Monochromatic Colors of #E7DBE3
Black with #E7DBE3
Text Example
Text Example
White with #E7DBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DBE3; }
p { color: rgb(231,219,227); }
H1.HeaderClassName
{
color: #E7DBE3;
}
.AnyTagClassName
{
color: #E7DBE3;
}
</style>
background-color css
<style>
a { background-color: #E7DBE3; }
a { background-color: rgb(231,219,227); }
div.DivClassName
{
background-color: #E7DBE3;
}
.BgClassName
{
background-color: #E7DBE3;
}
</style>
border-color css
<style>
span { border-color: #E7DBE3; }
span { border-color: rgb(231,219,227); }
td.TdClassName
{
border-color: #E7DBE3;
}
.TagClassName
{
border-color: #E7DBE3;
}
</style>