Html Css Color HEX #E4D6BC Double Pearl Lusta
📋 copy color: '#E4D6BC'red 228 ◦ green 214 ◦ blue 188
Shades of Double Pearl Lusta #E4D6BC
Tints of Double Pearl Lusta #E4D6BC
RGB
CMYK
RGB Variations
Color information
#E4D6BC (or 0xE4D6BC) is known color: Double Pearl Lusta. HEX triplet: E4, D6 and BC. RGB value is (228,214,188). Sum of RGB (Red+Green+Blue) = 228+214+188=630 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.19% from 630); Green value is 214 (83.98% from 255 or 33.97% from 630); Blue value is 188 (73.83% from 255 or 29.84% from 630); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4D6BC is #1B2943. Grayscale: #D7D7D7. Windows color (decimal): -1780036 or 12375780. OLE color: 12375780.
HSL color Cylindrical-coordinate representation of color #E4D6BC: hue angle of 39º 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 #E4D6BC is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 214 | 188 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.11 |
| HSL | 39º | 0.43% | 0.82% | - |
| HSV(B) | 39º | 0.18% | 0.89% | - |
| XYZ | 65.12 | 68.22 | 57.31 | - |
| YUV | 215.22 | 112.64 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 214 | 188 | 0 | 0.06 | 0.18 | 0.11 | 39 | 0.43 | 0.82 |
| Hex | E4 | D6 | BC | 0 | 6 | 12 | B | 27 | 2B | 52 |
| Octal | 344 | 326 | 274 | 0 | 6 | 22 | 13 | 47 | 53 | 122 |
| Binary | 11100100 | 11010110 | 10111100 | 0 | 110 | 10010 | 1011 | 100111 | 101011 | 1010010 |
Color Harmonies of #E4D6BC
Complementary color
Monochromatic Colors of #E4D6BC
Black with #E4D6BC
Text Example
Text Example
White with #E4D6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D6BC; }
p { color: rgb(228,214,188); }
H1.HeaderClassName
{
color: #E4D6BC;
}
.AnyTagClassName
{
color: #E4D6BC;
}
</style>
background-color css
<style>
a { background-color: #E4D6BC; }
a { background-color: rgb(228,214,188); }
div.DivClassName
{
background-color: #E4D6BC;
}
.BgClassName
{
background-color: #E4D6BC;
}
</style>
border-color css
<style>
span { border-color: #E4D6BC; }
span { border-color: rgb(228,214,188); }
td.TdClassName
{
border-color: #E4D6BC;
}
.TagClassName
{
border-color: #E4D6BC;
}
</style>