Html Css Color HEX #E4D8BC Double Pearl Lusta
📋 copy color: '#E4D8BC'red 228 ◦ green 216 ◦ blue 188
Shades of Double Pearl Lusta #E4D8BC
Tints of Double Pearl Lusta #E4D8BC
RGB
CMYK
RGB Variations
Color information
#E4D8BC (or 0xE4D8BC) is known color: Double Pearl Lusta. HEX triplet: E4, D8 and BC. RGB value is (228,216,188). Sum of RGB (Red+Green+Blue) = 228+216+188=632 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.08% from 632); Green value is 216 (84.77% from 255 or 34.18% from 632); Blue value is 188 (73.83% from 255 or 29.75% from 632); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4D8BC is #1B2743. Grayscale: #D8D8D8. Windows color (decimal): -1779524 or 12376292. OLE color: 12376292.
HSL color Cylindrical-coordinate representation of color #E4D8BC: hue angle of 42º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4D8BC is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 216 | 188 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.11 |
| HSL | 42º | 0.43% | 0.82% | - |
| HSV(B) | 42º | 0.18% | 0.89% | - |
| XYZ | 65.63 | 69.24 | 57.48 | - |
| YUV | 216.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 216 | 188 | 0 | 0.05 | 0.18 | 0.11 | 42 | 0.43 | 0.82 |
| Hex | E4 | D8 | BC | 0 | 5 | 12 | B | 2A | 2B | 52 |
| Octal | 344 | 330 | 274 | 0 | 5 | 22 | 13 | 52 | 53 | 122 |
| Binary | 11100100 | 11011000 | 10111100 | 0 | 101 | 10010 | 1011 | 101010 | 101011 | 1010010 |
Color Harmonies of #E4D8BC
Complementary color
Monochromatic Colors of #E4D8BC
Black with #E4D8BC
Text Example
Text Example
White with #E4D8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D8BC; }
p { color: rgb(228,216,188); }
H1.HeaderClassName
{
color: #E4D8BC;
}
.AnyTagClassName
{
color: #E4D8BC;
}
</style>
background-color css
<style>
a { background-color: #E4D8BC; }
a { background-color: rgb(228,216,188); }
div.DivClassName
{
background-color: #E4D8BC;
}
.BgClassName
{
background-color: #E4D8BC;
}
</style>
border-color css
<style>
span { border-color: #E4D8BC; }
span { border-color: rgb(228,216,188); }
td.TdClassName
{
border-color: #E4D8BC;
}
.TagClassName
{
border-color: #E4D8BC;
}
</style>