Shades of Prim #E4D6DD
Tints of Prim #E4D6DD
RGB
CMYK
RGB Variations
Color information
#E4D6DD (or 0xE4D6DD) is known color: Prim. HEX triplet: E4, D6 and DD. RGB value is (228,214,221). Sum of RGB (Red+Green+Blue) = 228+214+221=663 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.39% from 663); Green value is 214 (83.98% from 255 or 32.28% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4D6DD is #1B2922. Grayscale: #DADADA. Windows color (decimal): -1780003 or 14538468. OLE color: 14538468.
HSL color Cylindrical-coordinate representation of color #E4D6DD: hue angle of 330º 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 #E4D6DD is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
RGB | 228 | 214 | 221 | - |
CMYK | 0 | 0.06 | 0.03 | 0.11 |
HSL | 330º | 0.21% | 0.87% | - |
HSV(B) | 330º | 0.06% | 0.89% | - |
XYZ | 69.09 | 69.81 | 78.24 | - |
YUV | 218.98 | 129.14 | 134.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 214 | 221 | 0 | 0.06 | 0.03 | 0.11 | 330 | 0.21 | 0.87 |
Hex | E4 | D6 | DD | 0 | 6 | 3 | B | 14A | 15 | 57 |
Octal | 344 | 326 | 335 | 0 | 6 | 3 | 13 | 512 | 25 | 127 |
Binary | 11100100 | 11010110 | 11011101 | 0 | 110 | 11 | 1011 | 101001010 | 10101 | 1010111 |
Color Harmonies of #E4D6DD
Complementary color
Monochromatic Colors of #E4D6DD
Black with #E4D6DD
Text Example
Text Example
White with #E4D6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D6DD; }
p { color: rgb(228,214,221); }
H1.HeaderClassName
{
color: #E4D6DD;
}
.AnyTagClassName
{
color: #E4D6DD;
}
</style>
background-color css
<style>
a { background-color: #E4D6DD; }
a { background-color: rgb(228,214,221); }
div.DivClassName
{
background-color: #E4D6DD;
}
.BgClassName
{
background-color: #E4D6DD;
}
</style>
border-color css
<style>
span { border-color: #E4D6DD; }
span { border-color: rgb(228,214,221); }
td.TdClassName
{
border-color: #E4D6DD;
}
.TagClassName
{
border-color: #E4D6DD;
}
</style>