Html Css Color HEX #E8DCBF Double Pearl Lusta
📋 copy color: '#E8DCBF'red 232 ◦ green 220 ◦ blue 191
Shades of Double Pearl Lusta #E8DCBF
Tints of Double Pearl Lusta #E8DCBF
RGB
CMYK
RGB Variations
Color information
#E8DCBF (or 0xE8DCBF) is known color: Double Pearl Lusta. HEX triplet: E8, DC and BF. RGB value is (232,220,191). Sum of RGB (Red+Green+Blue) = 232+220+191=643 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.08% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 191 (75% from 255 or 29.70% from 643); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DCBF is #172340. Grayscale: #DCDCDC. Windows color (decimal): -1516353 or 12573928. OLE color: 12573928.
HSL color Cylindrical-coordinate representation of color #E8DCBF: hue angle of 42.44º 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 #E8DCBF is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 220 | 191 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.09 |
| HSL | 42.44º | 0.47% | 0.83% | - |
| HSV(B) | 42.44º | 0.18% | 0.91% | - |
| XYZ | 68.28 | 72.1 | 59.61 | - |
| YUV | 220.28 | 111.48 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 220 | 191 | 0 | 0.05 | 0.18 | 0.09 | 42.44 | 0.47 | 0.83 |
| Hex | E8 | DC | BF | 0 | 5 | 12 | 9 | 2A | 2F | 53 |
| Octal | 350 | 334 | 277 | 0 | 5 | 22 | 11 | 52 | 57 | 123 |
| Binary | 11101000 | 11011100 | 10111111 | 0 | 101 | 10010 | 1001 | 101010 | 101111 | 1010011 |
Color Harmonies of #E8DCBF
Complementary color
Monochromatic Colors of #E8DCBF
Black with #E8DCBF
Text Example
Text Example
White with #E8DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DCBF; }
p { color: rgb(232,220,191); }
H1.HeaderClassName
{
color: #E8DCBF;
}
.AnyTagClassName
{
color: #E8DCBF;
}
</style>
background-color css
<style>
a { background-color: #E8DCBF; }
a { background-color: rgb(232,220,191); }
div.DivClassName
{
background-color: #E8DCBF;
}
.BgClassName
{
background-color: #E8DCBF;
}
</style>
border-color css
<style>
span { border-color: #E8DCBF; }
span { border-color: rgb(232,220,191); }
td.TdClassName
{
border-color: #E8DCBF;
}
.TagClassName
{
border-color: #E8DCBF;
}
</style>