Html Css Color HEX #E8DBBF Double Pearl Lusta
📋 copy color: '#E8DBBF'red 232 ◦ green 219 ◦ blue 191
Shades of Double Pearl Lusta #E8DBBF
Tints of Double Pearl Lusta #E8DBBF
RGB
CMYK
RGB Variations
Color information
#E8DBBF (or 0xE8DBBF) is known color: Double Pearl Lusta. HEX triplet: E8, DB and BF. RGB value is (232,219,191). Sum of RGB (Red+Green+Blue) = 232+219+191=642 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.14% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 191 (75% from 255 or 29.75% from 642); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DBBF is #172440. Grayscale: #DBDBDB. Windows color (decimal): -1516609 or 12573672. OLE color: 12573672.
HSL color Cylindrical-coordinate representation of color #E8DBBF: hue angle of 40.98º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E8DBBF is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 219 | 191 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.09 |
| HSL | 40.98º | 0.47% | 0.83% | - |
| HSV(B) | 40.98º | 0.18% | 0.91% | - |
| XYZ | 68.01 | 71.58 | 59.52 | - |
| YUV | 219.7 | 111.81 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 219 | 191 | 0 | 0.06 | 0.18 | 0.09 | 40.98 | 0.47 | 0.83 |
| Hex | E8 | DB | BF | 0 | 6 | 12 | 9 | 29 | 2F | 53 |
| Octal | 350 | 333 | 277 | 0 | 6 | 22 | 11 | 51 | 57 | 123 |
| Binary | 11101000 | 11011011 | 10111111 | 0 | 110 | 10010 | 1001 | 101001 | 101111 | 1010011 |
Color Harmonies of #E8DBBF
Complementary color
Monochromatic Colors of #E8DBBF
Black with #E8DBBF
Text Example
Text Example
White with #E8DBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DBBF; }
p { color: rgb(232,219,191); }
H1.HeaderClassName
{
color: #E8DBBF;
}
.AnyTagClassName
{
color: #E8DBBF;
}
</style>
background-color css
<style>
a { background-color: #E8DBBF; }
a { background-color: rgb(232,219,191); }
div.DivClassName
{
background-color: #E8DBBF;
}
.BgClassName
{
background-color: #E8DBBF;
}
</style>
border-color css
<style>
span { border-color: #E8DBBF; }
span { border-color: rgb(232,219,191); }
td.TdClassName
{
border-color: #E8DBBF;
}
.TagClassName
{
border-color: #E8DBBF;
}
</style>