Shades of Prim #E6D1DE
Tints of Prim #E6D1DE
RGB
CMYK
RGB Variations
Color information
#E6D1DE (or 0xE6D1DE) is known color: Prim. HEX triplet: E6, D1 and DE. RGB value is (230,209,222). Sum of RGB (Red+Green+Blue) = 230+209+222=661 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.80% from 661); Green value is 209 (82.03% from 255 or 31.62% from 661); Blue value is 222 (87.11% from 255 or 33.59% from 661); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D1DE is #192E21. Grayscale: #D8D8D8. Windows color (decimal): -1650210 or 14602726. OLE color: 14602726.
HSL color Cylindrical-coordinate representation of color #E6D1DE: hue angle of 322.86º 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 #E6D1DE is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 209 | 222 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.10 |
| HSL | 322.86º | 0.3% | 0.86% | - |
| HSV(B) | 322.86º | 0.09% | 0.9% | - |
| XYZ | 68.62 | 67.7 | 78.56 | - |
| YUV | 216.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 209 | 222 | 0 | 0.09 | 0.03 | 0.10 | 322.86 | 0.3 | 0.86 |
| Hex | E6 | D1 | DE | 0 | 9 | 3 | A | 143 | 1E | 56 |
| Octal | 346 | 321 | 336 | 0 | 11 | 3 | 12 | 503 | 36 | 126 |
| Binary | 11100110 | 11010001 | 11011110 | 0 | 1001 | 11 | 1010 | 101000011 | 11110 | 1010110 |
Color Harmonies of #E6D1DE
Complementary color
Monochromatic Colors of #E6D1DE
Black with #E6D1DE
Text Example
Text Example
White with #E6D1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D1DE; }
p { color: rgb(230,209,222); }
H1.HeaderClassName
{
color: #E6D1DE;
}
.AnyTagClassName
{
color: #E6D1DE;
}
</style>
background-color css
<style>
a { background-color: #E6D1DE; }
a { background-color: rgb(230,209,222); }
div.DivClassName
{
background-color: #E6D1DE;
}
.BgClassName
{
background-color: #E6D1DE;
}
</style>
border-color css
<style>
span { border-color: #E6D1DE; }
span { border-color: rgb(230,209,222); }
td.TdClassName
{
border-color: #E6D1DE;
}
.TagClassName
{
border-color: #E6D1DE;
}
</style>