Shades of Prim #E7CDD7
Tints of Prim #E7CDD7
RGB
CMYK
RGB Variations
Color information
#E7CDD7 (or 0xE7CDD7) is known color: Prim. HEX triplet: E7, CD and D7. RGB value is (231,205,215). Sum of RGB (Red+Green+Blue) = 231+205+215=651 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.48% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 215 (84.38% from 255 or 33.03% from 651); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CDD7 is #183228. Grayscale: #D5D5D5. Windows color (decimal): -1585705 or 14142951. OLE color: 14142951.
HSL color Cylindrical-coordinate representation of color #E7CDD7: hue angle of 336.92º 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 #E7CDD7 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 205 | 215 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.09 |
| HSL | 336.92º | 0.35% | 0.85% | - |
| HSV(B) | 336.92º | 0.11% | 0.91% | - |
| XYZ | 67.05 | 65.56 | 73.41 | - |
| YUV | 213.91 | 128.61 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 205 | 215 | 0 | 0.11 | 0.07 | 0.09 | 336.92 | 0.35 | 0.85 |
| Hex | E7 | CD | D7 | 0 | B | 7 | 9 | 151 | 23 | 55 |
| Octal | 347 | 315 | 327 | 0 | 13 | 7 | 11 | 521 | 43 | 125 |
| Binary | 11100111 | 11001101 | 11010111 | 0 | 1011 | 111 | 1001 | 101010001 | 100011 | 1010101 |
Color Harmonies of #E7CDD7
Complementary color
Monochromatic Colors of #E7CDD7
Black with #E7CDD7
Text Example
Text Example
White with #E7CDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CDD7; }
p { color: rgb(231,205,215); }
H1.HeaderClassName
{
color: #E7CDD7;
}
.AnyTagClassName
{
color: #E7CDD7;
}
</style>
background-color css
<style>
a { background-color: #E7CDD7; }
a { background-color: rgb(231,205,215); }
div.DivClassName
{
background-color: #E7CDD7;
}
.BgClassName
{
background-color: #E7CDD7;
}
</style>
border-color css
<style>
span { border-color: #E7CDD7; }
span { border-color: rgb(231,205,215); }
td.TdClassName
{
border-color: #E7CDD7;
}
.TagClassName
{
border-color: #E7CDD7;
}
</style>