Shades of Prim #E6D6DF
Tints of Prim #E6D6DF
RGB
CMYK
RGB Variations
Color information
#E6D6DF (or 0xE6D6DF) is known color: Prim. HEX triplet: E6, D6 and DF. RGB value is (230,214,223). Sum of RGB (Red+Green+Blue) = 230+214+223=667 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.48% from 667); Green value is 214 (83.98% from 255 or 32.08% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D6DF is #192920. Grayscale: #DBDBDB. Windows color (decimal): -1648929 or 14669542. OLE color: 14669542.
HSL color Cylindrical-coordinate representation of color #E6D6DF: hue angle of 326.25º degrees, saturation: 0.24, 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 #E6D6DF is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 214 | 223 | - |
CMYK | 0 | 0.07 | 0.03 | 0.10 |
HSL | 326.25º | 0.24% | 0.87% | - |
HSV(B) | 326.25º | 0.07% | 0.9% | - |
XYZ | 70 | 70.24 | 79.68 | - |
YUV | 219.81 | 129.8 | 135.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 214 | 223 | 0 | 0.07 | 0.03 | 0.10 | 326.25 | 0.24 | 0.87 |
Hex | E6 | D6 | DF | 0 | 7 | 3 | A | 146 | 18 | 57 |
Octal | 346 | 326 | 337 | 0 | 7 | 3 | 12 | 506 | 30 | 127 |
Binary | 11100110 | 11010110 | 11011111 | 0 | 111 | 11 | 1010 | 101000110 | 11000 | 1010111 |
Color Harmonies of #E6D6DF
Complementary color
Monochromatic Colors of #E6D6DF
Black with #E6D6DF
Text Example
Text Example
White with #E6D6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D6DF; }
p { color: rgb(230,214,223); }
H1.HeaderClassName
{
color: #E6D6DF;
}
.AnyTagClassName
{
color: #E6D6DF;
}
</style>
background-color css
<style>
a { background-color: #E6D6DF; }
a { background-color: rgb(230,214,223); }
div.DivClassName
{
background-color: #E6D6DF;
}
.BgClassName
{
background-color: #E6D6DF;
}
</style>
border-color css
<style>
span { border-color: #E6D6DF; }
span { border-color: rgb(230,214,223); }
td.TdClassName
{
border-color: #E6D6DF;
}
.TagClassName
{
border-color: #E6D6DF;
}
</style>