Shades of Prim #E4CBD8
Tints of Prim #E4CBD8
RGB
CMYK
RGB Variations
Color information
#E4CBD8 (or 0xE4CBD8) is known color: Prim. HEX triplet: E4, CB and D8. RGB value is (228,203,216). Sum of RGB (Red+Green+Blue) = 228+203+216=647 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.24% from 647); Green value is 203 (79.69% from 255 or 31.38% from 647); Blue value is 216 (84.77% from 255 or 33.38% from 647); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CBD8 is #1B3427. Grayscale: #D3D3D3. Windows color (decimal): -1782824 or 14207972. OLE color: 14207972.
HSL color Cylindrical-coordinate representation of color #E4CBD8: hue angle of 328.8º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E4CBD8 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 203 | 216 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.11 |
| HSL | 328.8º | 0.32% | 0.85% | - |
| HSV(B) | 328.8º | 0.11% | 0.89% | - |
| XYZ | 65.75 | 64.16 | 73.89 | - |
| YUV | 211.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 203 | 216 | 0 | 0.11 | 0.05 | 0.11 | 328.8 | 0.32 | 0.85 |
| Hex | E4 | CB | D8 | 0 | B | 5 | B | 149 | 20 | 55 |
| Octal | 344 | 313 | 330 | 0 | 13 | 5 | 13 | 511 | 40 | 125 |
| Binary | 11100100 | 11001011 | 11011000 | 0 | 1011 | 101 | 1011 | 101001001 | 100000 | 1010101 |
Color Harmonies of #E4CBD8
Complementary color
Monochromatic Colors of #E4CBD8
Black with #E4CBD8
Text Example
Text Example
White with #E4CBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CBD8; }
p { color: rgb(228,203,216); }
H1.HeaderClassName
{
color: #E4CBD8;
}
.AnyTagClassName
{
color: #E4CBD8;
}
</style>
background-color css
<style>
a { background-color: #E4CBD8; }
a { background-color: rgb(228,203,216); }
div.DivClassName
{
background-color: #E4CBD8;
}
.BgClassName
{
background-color: #E4CBD8;
}
</style>
border-color css
<style>
span { border-color: #E4CBD8; }
span { border-color: rgb(228,203,216); }
td.TdClassName
{
border-color: #E4CBD8;
}
.TagClassName
{
border-color: #E4CBD8;
}
</style>