Html Css Color HEX #E8DFBF Double Pearl Lusta
📋 copy color: '#E8DFBF'red 232 ◦ green 223 ◦ blue 191
Shades of Double Pearl Lusta #E8DFBF
Tints of Double Pearl Lusta #E8DFBF
RGB
CMYK
RGB Variations
Color information
#E8DFBF (or 0xE8DFBF) is known color: Double Pearl Lusta. HEX triplet: E8, DF and BF. RGB value is (232,223,191). Sum of RGB (Red+Green+Blue) = 232+223+191=646 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.91% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 191 (75% from 255 or 29.57% from 646); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DFBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DFBF is #172040. Grayscale: #DEDEDE. Windows color (decimal): -1515585 or 12574696. OLE color: 12574696.
HSL color Cylindrical-coordinate representation of color #E8DFBF: hue angle of 46.83º 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 #E8DFBF is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 223 | 191 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.09 |
| HSL | 46.83º | 0.47% | 0.83% | - |
| HSV(B) | 46.83º | 0.18% | 0.91% | - |
| XYZ | 69.07 | 73.69 | 59.87 | - |
| YUV | 222.04 | 110.48 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 223 | 191 | 0 | 0.04 | 0.18 | 0.09 | 46.83 | 0.47 | 0.83 |
| Hex | E8 | DF | BF | 0 | 4 | 12 | 9 | 2F | 2F | 53 |
| Octal | 350 | 337 | 277 | 0 | 4 | 22 | 11 | 57 | 57 | 123 |
| Binary | 11101000 | 11011111 | 10111111 | 0 | 100 | 10010 | 1001 | 101111 | 101111 | 1010011 |
Color Harmonies of #E8DFBF
Complementary color
Monochromatic Colors of #E8DFBF
Black with #E8DFBF
Text Example
Text Example
White with #E8DFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DFBF; }
p { color: rgb(232,223,191); }
H1.HeaderClassName
{
color: #E8DFBF;
}
.AnyTagClassName
{
color: #E8DFBF;
}
</style>
background-color css
<style>
a { background-color: #E8DFBF; }
a { background-color: rgb(232,223,191); }
div.DivClassName
{
background-color: #E8DFBF;
}
.BgClassName
{
background-color: #E8DFBF;
}
</style>
border-color css
<style>
span { border-color: #E8DFBF; }
span { border-color: rgb(232,223,191); }
td.TdClassName
{
border-color: #E8DFBF;
}
.TagClassName
{
border-color: #E8DFBF;
}
</style>