Html Css Color HEX #E7DDBC Double Pearl Lusta
📋 copy color: '#E7DDBC'red 231 ◦ green 221 ◦ blue 188
Shades of Double Pearl Lusta #E7DDBC
Tints of Double Pearl Lusta #E7DDBC
RGB
CMYK
RGB Variations
Color information
#E7DDBC (or 0xE7DDBC) is known color: Double Pearl Lusta. HEX triplet: E7, DD and BC. RGB value is (231,221,188). Sum of RGB (Red+Green+Blue) = 231+221+188=640 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.09% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 188 (73.83% from 255 or 29.38% from 640); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DDBC is #182243. Grayscale: #DCDCDC. Windows color (decimal): -1581636 or 12377575. OLE color: 12377575.
HSL color Cylindrical-coordinate representation of color #E7DDBC: hue angle of 46.05º 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 #E7DDBC is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 188 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.09 |
| HSL | 46.05º | 0.47% | 0.82% | - |
| HSV(B) | 46.05º | 0.19% | 0.91% | - |
| XYZ | 67.89 | 72.33 | 57.96 | - |
| YUV | 220.23 | 109.81 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 188 | 0 | 0.04 | 0.19 | 0.09 | 46.05 | 0.47 | 0.82 |
| Hex | E7 | DD | BC | 0 | 4 | 13 | 9 | 2E | 2F | 52 |
| Octal | 347 | 335 | 274 | 0 | 4 | 23 | 11 | 56 | 57 | 122 |
| Binary | 11100111 | 11011101 | 10111100 | 0 | 100 | 10011 | 1001 | 101110 | 101111 | 1010010 |
Color Harmonies of #E7DDBC
Complementary color
Monochromatic Colors of #E7DDBC
Black with #E7DDBC
Text Example
Text Example
White with #E7DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DDBC; }
p { color: rgb(231,221,188); }
H1.HeaderClassName
{
color: #E7DDBC;
}
.AnyTagClassName
{
color: #E7DDBC;
}
</style>
background-color css
<style>
a { background-color: #E7DDBC; }
a { background-color: rgb(231,221,188); }
div.DivClassName
{
background-color: #E7DDBC;
}
.BgClassName
{
background-color: #E7DDBC;
}
</style>
border-color css
<style>
span { border-color: #E7DDBC; }
span { border-color: rgb(231,221,188); }
td.TdClassName
{
border-color: #E7DDBC;
}
.TagClassName
{
border-color: #E7DDBC;
}
</style>