Html Css Color HEX #E7DBBB Double Pearl Lusta
📋 copy color: '#E7DBBB'red 231 ◦ green 219 ◦ blue 187
Shades of Double Pearl Lusta #E7DBBB
Tints of Double Pearl Lusta #E7DBBB
RGB
CMYK
RGB Variations
Color information
#E7DBBB (or 0xE7DBBB) is known color: Double Pearl Lusta. HEX triplet: E7, DB and BB. RGB value is (231,219,187). Sum of RGB (Red+Green+Blue) = 231+219+187=637 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.26% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 187 (73.44% from 255 or 29.36% from 637); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DBBB is #182444. Grayscale: #DBDBDB. Windows color (decimal): -1582149 or 12311527. OLE color: 12311527.
HSL color Cylindrical-coordinate representation of color #E7DBBB: hue angle of 43.64º degrees, saturation: 0.48, 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 #E7DBBB is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 219 | 187 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.09 |
| HSL | 43.64º | 0.48% | 0.82% | - |
| HSV(B) | 43.64º | 0.19% | 0.91% | - |
| XYZ | 67.26 | 71.24 | 57.22 | - |
| YUV | 218.94 | 109.98 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 219 | 187 | 0 | 0.05 | 0.19 | 0.09 | 43.64 | 0.48 | 0.82 |
| Hex | E7 | DB | BB | 0 | 5 | 13 | 9 | 2C | 30 | 52 |
| Octal | 347 | 333 | 273 | 0 | 5 | 23 | 11 | 54 | 60 | 122 |
| Binary | 11100111 | 11011011 | 10111011 | 0 | 101 | 10011 | 1001 | 101100 | 110000 | 1010010 |
Color Harmonies of #E7DBBB
Complementary color
Monochromatic Colors of #E7DBBB
Black with #E7DBBB
Text Example
Text Example
White with #E7DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DBBB; }
p { color: rgb(231,219,187); }
H1.HeaderClassName
{
color: #E7DBBB;
}
.AnyTagClassName
{
color: #E7DBBB;
}
</style>
background-color css
<style>
a { background-color: #E7DBBB; }
a { background-color: rgb(231,219,187); }
div.DivClassName
{
background-color: #E7DBBB;
}
.BgClassName
{
background-color: #E7DBBB;
}
</style>
border-color css
<style>
span { border-color: #E7DBBB; }
span { border-color: rgb(231,219,187); }
td.TdClassName
{
border-color: #E7DBBB;
}
.TagClassName
{
border-color: #E7DBBB;
}
</style>