Shades of Prim #E6D7DF
Tints of Prim #E6D7DF
RGB
CMYK
RGB Variations
Color information
#E6D7DF (or 0xE6D7DF) is known color: Prim. HEX triplet: E6, D7 and DF. RGB value is (230,215,223). Sum of RGB (Red+Green+Blue) = 230+215+223=668 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.43% from 668); Green value is 215 (84.38% from 255 or 32.19% from 668); Blue value is 223 (87.5% from 255 or 33.38% from 668); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D7DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D7DF is #192820. Grayscale: #DCDCDC. Windows color (decimal): -1648673 or 14669798. OLE color: 14669798.
HSL color Cylindrical-coordinate representation of color #E6D7DF: hue angle of 328º degrees, saturation: 0.23, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E6D7DF is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 215 | 223 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.10 |
| HSL | 328º | 0.23% | 0.87% | - |
| HSV(B) | 328º | 0.07% | 0.9% | - |
| XYZ | 70.25 | 70.75 | 79.77 | - |
| YUV | 220.4 | 129.47 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 215 | 223 | 0 | 0.07 | 0.03 | 0.10 | 328 | 0.23 | 0.87 |
| Hex | E6 | D7 | DF | 0 | 7 | 3 | A | 148 | 17 | 57 |
| Octal | 346 | 327 | 337 | 0 | 7 | 3 | 12 | 510 | 27 | 127 |
| Binary | 11100110 | 11010111 | 11011111 | 0 | 111 | 11 | 1010 | 101001000 | 10111 | 1010111 |
Color Harmonies of #E6D7DF
Complementary color
Monochromatic Colors of #E6D7DF
Black with #E6D7DF
Text Example
Text Example
White with #E6D7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D7DF; }
p { color: rgb(230,215,223); }
H1.HeaderClassName
{
color: #E6D7DF;
}
.AnyTagClassName
{
color: #E6D7DF;
}
</style>
background-color css
<style>
a { background-color: #E6D7DF; }
a { background-color: rgb(230,215,223); }
div.DivClassName
{
background-color: #E6D7DF;
}
.BgClassName
{
background-color: #E6D7DF;
}
</style>
border-color css
<style>
span { border-color: #E6D7DF; }
span { border-color: rgb(230,215,223); }
td.TdClassName
{
border-color: #E6D7DF;
}
.TagClassName
{
border-color: #E6D7DF;
}
</style>