Shades of Prim #E4D6DF
Tints of Prim #E4D6DF
RGB
CMYK
RGB Variations
Color information
#E4D6DF (or 0xE4D6DF) is known color: Prim. HEX triplet: E4, D6 and DF. RGB value is (228,214,223). Sum of RGB (Red+Green+Blue) = 228+214+223=665 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.29% from 665); Green value is 214 (83.98% from 255 or 32.18% from 665); Blue value is 223 (87.5% from 255 or 33.53% from 665); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4D6DF is #1B2920. Grayscale: #DBDBDB. Windows color (decimal): -1780001 or 14669540. OLE color: 14669540.
HSL color Cylindrical-coordinate representation of color #E4D6DF: hue angle of 321.43º degrees, saturation: 0.21, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E4D6DF is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
RGB | 228 | 214 | 223 | - |
CMYK | 0 | 0.06 | 0.02 | 0.11 |
HSL | 321.43º | 0.21% | 0.87% | - |
HSV(B) | 321.43º | 0.06% | 0.89% | - |
XYZ | 69.36 | 69.91 | 79.65 | - |
YUV | 219.21 | 130.14 | 134.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 214 | 223 | 0 | 0.06 | 0.02 | 0.11 | 321.43 | 0.21 | 0.87 |
Hex | E4 | D6 | DF | 0 | 6 | 2 | B | 141 | 15 | 57 |
Octal | 344 | 326 | 337 | 0 | 6 | 2 | 13 | 501 | 25 | 127 |
Binary | 11100100 | 11010110 | 11011111 | 0 | 110 | 10 | 1011 | 101000001 | 10101 | 1010111 |
Color Harmonies of #E4D6DF
Complementary color
Monochromatic Colors of #E4D6DF
Black with #E4D6DF
Text Example
Text Example
White with #E4D6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D6DF; }
p { color: rgb(228,214,223); }
H1.HeaderClassName
{
color: #E4D6DF;
}
.AnyTagClassName
{
color: #E4D6DF;
}
</style>
background-color css
<style>
a { background-color: #E4D6DF; }
a { background-color: rgb(228,214,223); }
div.DivClassName
{
background-color: #E4D6DF;
}
.BgClassName
{
background-color: #E4D6DF;
}
</style>
border-color css
<style>
span { border-color: #E4D6DF; }
span { border-color: rgb(228,214,223); }
td.TdClassName
{
border-color: #E4D6DF;
}
.TagClassName
{
border-color: #E4D6DF;
}
</style>