Shades of Prim #E4D4DF
Tints of Prim #E4D4DF
RGB
CMYK
RGB Variations
Color information
#E4D4DF (or 0xE4D4DF) is known color: Prim. HEX triplet: E4, D4 and DF. RGB value is (228,212,223). Sum of RGB (Red+Green+Blue) = 228+212+223=663 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.39% from 663); Green value is 212 (83.20% from 255 or 31.98% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4D4DF is #1B2B20. Grayscale: #DADADA. Windows color (decimal): -1780513 or 14669028. OLE color: 14669028.
HSL color Cylindrical-coordinate representation of color #E4D4DF: hue angle of 318.75º degrees, saturation: 0.23, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E4D4DF is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
RGB | 228 | 212 | 223 | - |
CMYK | 0 | 0.07 | 0.02 | 0.11 |
HSL | 318.75º | 0.23% | 0.86% | - |
HSV(B) | 318.75º | 0.07% | 0.89% | - |
XYZ | 68.86 | 68.91 | 79.48 | - |
YUV | 218.04 | 130.8 | 135.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 212 | 223 | 0 | 0.07 | 0.02 | 0.11 | 318.75 | 0.23 | 0.86 |
Hex | E4 | D4 | DF | 0 | 7 | 2 | B | 13F | 17 | 56 |
Octal | 344 | 324 | 337 | 0 | 7 | 2 | 13 | 477 | 27 | 126 |
Binary | 11100100 | 11010100 | 11011111 | 0 | 111 | 10 | 1011 | 100111111 | 10111 | 1010110 |
Color Harmonies of #E4D4DF
Complementary color
Monochromatic Colors of #E4D4DF
Black with #E4D4DF
Text Example
Text Example
White with #E4D4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D4DF; }
p { color: rgb(228,212,223); }
H1.HeaderClassName
{
color: #E4D4DF;
}
.AnyTagClassName
{
color: #E4D4DF;
}
</style>
background-color css
<style>
a { background-color: #E4D4DF; }
a { background-color: rgb(228,212,223); }
div.DivClassName
{
background-color: #E4D4DF;
}
.BgClassName
{
background-color: #E4D4DF;
}
</style>
border-color css
<style>
span { border-color: #E4D4DF; }
span { border-color: rgb(228,212,223); }
td.TdClassName
{
border-color: #E4D4DF;
}
.TagClassName
{
border-color: #E4D4DF;
}
</style>