Html Css Color HEX #E7DCBC Double Pearl Lusta
📋 copy color: '#E7DCBC'red 231 ◦ green 220 ◦ blue 188
Shades of Double Pearl Lusta #E7DCBC
Tints of Double Pearl Lusta #E7DCBC
RGB
CMYK
RGB Variations
Color information
#E7DCBC (or 0xE7DCBC) is known color: Double Pearl Lusta. HEX triplet: E7, DC and BC. RGB value is (231,220,188). Sum of RGB (Red+Green+Blue) = 231+220+188=639 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.15% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 188 (73.83% from 255 or 29.42% from 639); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DCBC is #182343. Grayscale: #DBDBDB. Windows color (decimal): -1581892 or 12377319. OLE color: 12377319.
HSL color Cylindrical-coordinate representation of color #E7DCBC: hue angle of 44.65º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7DCBC is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 220 | 188 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.09 |
| HSL | 44.65º | 0.47% | 0.82% | - |
| HSV(B) | 44.65º | 0.19% | 0.91% | - |
| XYZ | 67.63 | 71.81 | 57.87 | - |
| YUV | 219.64 | 110.14 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 220 | 188 | 0 | 0.05 | 0.19 | 0.09 | 44.65 | 0.47 | 0.82 |
| Hex | E7 | DC | BC | 0 | 5 | 13 | 9 | 2D | 2F | 52 |
| Octal | 347 | 334 | 274 | 0 | 5 | 23 | 11 | 55 | 57 | 122 |
| Binary | 11100111 | 11011100 | 10111100 | 0 | 101 | 10011 | 1001 | 101101 | 101111 | 1010010 |
Color Harmonies of #E7DCBC
Complementary color
Monochromatic Colors of #E7DCBC
Black with #E7DCBC
Text Example
Text Example
White with #E7DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DCBC; }
p { color: rgb(231,220,188); }
H1.HeaderClassName
{
color: #E7DCBC;
}
.AnyTagClassName
{
color: #E7DCBC;
}
</style>
background-color css
<style>
a { background-color: #E7DCBC; }
a { background-color: rgb(231,220,188); }
div.DivClassName
{
background-color: #E7DCBC;
}
.BgClassName
{
background-color: #E7DCBC;
}
</style>
border-color css
<style>
span { border-color: #E7DCBC; }
span { border-color: rgb(231,220,188); }
td.TdClassName
{
border-color: #E7DCBC;
}
.TagClassName
{
border-color: #E7DCBC;
}
</style>