Shades of Classic Rose #E7D1DF
Tints of Classic Rose #E7D1DF
RGB
CMYK
RGB Variations
Color information
#E7D1DF (or 0xE7D1DF) is known color: Classic Rose. HEX triplet: E7, D1 and DF. RGB value is (231,209,223). Sum of RGB (Red+Green+Blue) = 231+209+223=663 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.84% from 663); Green value is 209 (82.03% from 255 or 31.52% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D1DF is #182E20. Grayscale: #D9D9D9. Windows color (decimal): -1584673 or 14668263. OLE color: 14668263.
HSL color Cylindrical-coordinate representation of color #E7D1DF: hue angle of 321.82º degrees, saturation: 0.31, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7D1DF is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 209 | 223 | - |
CMYK | 0 | 0.10 | 0.03 | 0.09 |
HSL | 321.82º | 0.31% | 0.86% | - |
HSV(B) | 321.82º | 0.1% | 0.91% | - |
XYZ | 69.07 | 67.92 | 79.28 | - |
YUV | 217.17 | 131.29 | 137.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 209 | 223 | 0 | 0.10 | 0.03 | 0.09 | 321.82 | 0.31 | 0.86 |
Hex | E7 | D1 | DF | 0 | A | 3 | 9 | 142 | 1F | 56 |
Octal | 347 | 321 | 337 | 0 | 12 | 3 | 11 | 502 | 37 | 126 |
Binary | 11100111 | 11010001 | 11011111 | 0 | 1010 | 11 | 1001 | 101000010 | 11111 | 1010110 |
Color Harmonies of #E7D1DF
Complementary color
Monochromatic Colors of #E7D1DF
Black with #E7D1DF
Text Example
Text Example
White with #E7D1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D1DF; }
p { color: rgb(231,209,223); }
H1.HeaderClassName
{
color: #E7D1DF;
}
.AnyTagClassName
{
color: #E7D1DF;
}
</style>
background-color css
<style>
a { background-color: #E7D1DF; }
a { background-color: rgb(231,209,223); }
div.DivClassName
{
background-color: #E7D1DF;
}
.BgClassName
{
background-color: #E7D1DF;
}
</style>
border-color css
<style>
span { border-color: #E7D1DF; }
span { border-color: rgb(231,209,223); }
td.TdClassName
{
border-color: #E7D1DF;
}
.TagClassName
{
border-color: #E7D1DF;
}
</style>