Shades of Prim #E7CFDC
Tints of Prim #E7CFDC
RGB
CMYK
RGB Variations
Color information
#E7CFDC (or 0xE7CFDC) is known color: Prim. HEX triplet: E7, CF and DC. RGB value is (231,207,220). Sum of RGB (Red+Green+Blue) = 231+207+220=658 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.11% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CFDC is #183023. Grayscale: #D7D7D7. Windows color (decimal): -1585188 or 14471143. OLE color: 14471143.
HSL color Cylindrical-coordinate representation of color #E7CFDC: hue angle of 327.5º degrees, saturation: 0.33, 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 #E7CFDC is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 207 | 220 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.09 |
| HSL | 327.5º | 0.33% | 0.86% | - |
| HSV(B) | 327.5º | 0.1% | 0.91% | - |
| XYZ | 68.19 | 66.78 | 77.01 | - |
| YUV | 215.66 | 130.45 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 220 | 0 | 0.10 | 0.05 | 0.09 | 327.5 | 0.33 | 0.86 |
| Hex | E7 | CF | DC | 0 | A | 5 | 9 | 148 | 21 | 56 |
| Octal | 347 | 317 | 334 | 0 | 12 | 5 | 11 | 510 | 41 | 126 |
| Binary | 11100111 | 11001111 | 11011100 | 0 | 1010 | 101 | 1001 | 101001000 | 100001 | 1010110 |
Color Harmonies of #E7CFDC
Complementary color
Monochromatic Colors of #E7CFDC
Black with #E7CFDC
Text Example
Text Example
White with #E7CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CFDC; }
p { color: rgb(231,207,220); }
H1.HeaderClassName
{
color: #E7CFDC;
}
.AnyTagClassName
{
color: #E7CFDC;
}
</style>
background-color css
<style>
a { background-color: #E7CFDC; }
a { background-color: rgb(231,207,220); }
div.DivClassName
{
background-color: #E7CFDC;
}
.BgClassName
{
background-color: #E7CFDC;
}
</style>
border-color css
<style>
span { border-color: #E7CFDC; }
span { border-color: rgb(231,207,220); }
td.TdClassName
{
border-color: #E7CFDC;
}
.TagClassName
{
border-color: #E7CFDC;
}
</style>