Html Css Color HEX #E8DEBF Double Pearl Lusta
📋 copy color: '#E8DEBF'red 232 ◦ green 222 ◦ blue 191
Shades of Double Pearl Lusta #E8DEBF
Tints of Double Pearl Lusta #E8DEBF
RGB
CMYK
RGB Variations
Color information
#E8DEBF (or 0xE8DEBF) is known color: Double Pearl Lusta. HEX triplet: E8, DE and BF. RGB value is (232,222,191). Sum of RGB (Red+Green+Blue) = 232+222+191=645 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.97% from 645); Green value is 222 (87.11% from 255 or 34.42% from 645); Blue value is 191 (75% from 255 or 29.61% from 645); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DEBF is #172140. Grayscale: #DDDDDD. Windows color (decimal): -1515841 or 12574440. OLE color: 12574440.
HSL color Cylindrical-coordinate representation of color #E8DEBF: hue angle of 45.37º 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 #E8DEBF is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 222 | 191 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.09 |
| HSL | 45.37º | 0.47% | 0.83% | - |
| HSV(B) | 45.37º | 0.18% | 0.91% | - |
| XYZ | 68.8 | 73.16 | 59.79 | - |
| YUV | 221.46 | 110.81 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 222 | 191 | 0 | 0.04 | 0.18 | 0.09 | 45.37 | 0.47 | 0.83 |
| Hex | E8 | DE | BF | 0 | 4 | 12 | 9 | 2D | 2F | 53 |
| Octal | 350 | 336 | 277 | 0 | 4 | 22 | 11 | 55 | 57 | 123 |
| Binary | 11101000 | 11011110 | 10111111 | 0 | 100 | 10010 | 1001 | 101101 | 101111 | 1010011 |
Color Harmonies of #E8DEBF
Complementary color
Monochromatic Colors of #E8DEBF
Black with #E8DEBF
Text Example
Text Example
White with #E8DEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DEBF; }
p { color: rgb(232,222,191); }
H1.HeaderClassName
{
color: #E8DEBF;
}
.AnyTagClassName
{
color: #E8DEBF;
}
</style>
background-color css
<style>
a { background-color: #E8DEBF; }
a { background-color: rgb(232,222,191); }
div.DivClassName
{
background-color: #E8DEBF;
}
.BgClassName
{
background-color: #E8DEBF;
}
</style>
border-color css
<style>
span { border-color: #E8DEBF; }
span { border-color: rgb(232,222,191); }
td.TdClassName
{
border-color: #E8DEBF;
}
.TagClassName
{
border-color: #E8DEBF;
}
</style>