Shades of Prim #E6D1D9
Tints of Prim #E6D1D9
RGB
CMYK
RGB Variations
Color information
#E6D1D9 (or 0xE6D1D9) is known color: Prim. HEX triplet: E6, D1 and D9. RGB value is (230,209,217). Sum of RGB (Red+Green+Blue) = 230+209+217=656 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.06% from 656); Green value is 209 (82.03% from 255 or 31.86% from 656); Blue value is 217 (85.16% from 255 or 33.08% from 656); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D1D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D1D9 is #192E26. Grayscale: #D8D8D8. Windows color (decimal): -1650215 or 14275046. OLE color: 14275046.
HSL color Cylindrical-coordinate representation of color #E6D1D9: hue angle of 337.14º degrees, saturation: 0.3, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6D1D9 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 209 | 217 | - |
CMYK | 0 | 0.09 | 0.06 | 0.10 |
HSL | 337.14º | 0.3% | 0.86% | - |
HSV(B) | 337.14º | 0.09% | 0.9% | - |
XYZ | 67.96 | 67.43 | 75.08 | - |
YUV | 216.19 | 128.46 | 137.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 209 | 217 | 0 | 0.09 | 0.06 | 0.10 | 337.14 | 0.3 | 0.86 |
Hex | E6 | D1 | D9 | 0 | 9 | 6 | A | 151 | 1E | 56 |
Octal | 346 | 321 | 331 | 0 | 11 | 6 | 12 | 521 | 36 | 126 |
Binary | 11100110 | 11010001 | 11011001 | 0 | 1001 | 110 | 1010 | 101010001 | 11110 | 1010110 |
Color Harmonies of #E6D1D9
Complementary color
Monochromatic Colors of #E6D1D9
Black with #E6D1D9
Text Example
Text Example
White with #E6D1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D1D9; }
p { color: rgb(230,209,217); }
H1.HeaderClassName
{
color: #E6D1D9;
}
.AnyTagClassName
{
color: #E6D1D9;
}
</style>
background-color css
<style>
a { background-color: #E6D1D9; }
a { background-color: rgb(230,209,217); }
div.DivClassName
{
background-color: #E6D1D9;
}
.BgClassName
{
background-color: #E6D1D9;
}
</style>
border-color css
<style>
span { border-color: #E6D1D9; }
span { border-color: rgb(230,209,217); }
td.TdClassName
{
border-color: #E6D1D9;
}
.TagClassName
{
border-color: #E6D1D9;
}
</style>