Shades of Classic Rose #E7CDDC
Tints of Classic Rose #E7CDDC
RGB
CMYK
RGB Variations
Color information
#E7CDDC (or 0xE7CDDC) is known color: Classic Rose. HEX triplet: E7, CD and DC. RGB value is (231,205,220). Sum of RGB (Red+Green+Blue) = 231+205+220=656 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.21% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CDDC is #183223. Grayscale: #D6D6D6. Windows color (decimal): -1585700 or 14470631. OLE color: 14470631.
HSL color Cylindrical-coordinate representation of color #E7CDDC: hue angle of 325.38º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7CDDC is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 205 | 220 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.09 |
| HSL | 325.38º | 0.35% | 0.85% | - |
| HSV(B) | 325.38º | 0.11% | 0.91% | - |
| XYZ | 67.7 | 65.82 | 76.85 | - |
| YUV | 214.48 | 131.11 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 205 | 220 | 0 | 0.11 | 0.05 | 0.09 | 325.38 | 0.35 | 0.85 |
| Hex | E7 | CD | DC | 0 | B | 5 | 9 | 145 | 23 | 55 |
| Octal | 347 | 315 | 334 | 0 | 13 | 5 | 11 | 505 | 43 | 125 |
| Binary | 11100111 | 11001101 | 11011100 | 0 | 1011 | 101 | 1001 | 101000101 | 100011 | 1010101 |
Color Harmonies of #E7CDDC
Complementary color
Monochromatic Colors of #E7CDDC
Black with #E7CDDC
Text Example
Text Example
White with #E7CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CDDC; }
p { color: rgb(231,205,220); }
H1.HeaderClassName
{
color: #E7CDDC;
}
.AnyTagClassName
{
color: #E7CDDC;
}
</style>
background-color css
<style>
a { background-color: #E7CDDC; }
a { background-color: rgb(231,205,220); }
div.DivClassName
{
background-color: #E7CDDC;
}
.BgClassName
{
background-color: #E7CDDC;
}
</style>
border-color css
<style>
span { border-color: #E7CDDC; }
span { border-color: rgb(231,205,220); }
td.TdClassName
{
border-color: #E7CDDC;
}
.TagClassName
{
border-color: #E7CDDC;
}
</style>