Html Css Color HEX #E8DEBA Double Pearl Lusta
📋 copy color: '#E8DEBA'red 232 ◦ green 222 ◦ blue 186
Shades of Double Pearl Lusta #E8DEBA
Tints of Double Pearl Lusta #E8DEBA
RGB
CMYK
RGB Variations
Color information
#E8DEBA (or 0xE8DEBA) is known color: Double Pearl Lusta. HEX triplet: E8, DE and BA. RGB value is (232,222,186). Sum of RGB (Red+Green+Blue) = 232+222+186=640 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.25% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 186 (73.05% from 255 or 29.06% from 640); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DEBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DEBA is #172145. Grayscale: #DDDDDD. Windows color (decimal): -1515846 or 12246760. OLE color: 12246760.
HSL color Cylindrical-coordinate representation of color #E8DEBA: hue angle of 46.96º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E8DEBA is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 222 | 186 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.09 |
| HSL | 46.96º | 0.5% | 0.82% | - |
| HSV(B) | 46.96º | 0.2% | 0.91% | - |
| XYZ | 68.26 | 72.94 | 56.94 | - |
| YUV | 220.89 | 108.31 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 222 | 186 | 0 | 0.04 | 0.20 | 0.09 | 46.96 | 0.5 | 0.82 |
| Hex | E8 | DE | BA | 0 | 4 | 14 | 9 | 2F | 32 | 52 |
| Octal | 350 | 336 | 272 | 0 | 4 | 24 | 11 | 57 | 62 | 122 |
| Binary | 11101000 | 11011110 | 10111010 | 0 | 100 | 10100 | 1001 | 101111 | 110010 | 1010010 |
Color Harmonies of #E8DEBA
Complementary color
Monochromatic Colors of #E8DEBA
Black with #E8DEBA
Text Example
Text Example
White with #E8DEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DEBA; }
p { color: rgb(232,222,186); }
H1.HeaderClassName
{
color: #E8DEBA;
}
.AnyTagClassName
{
color: #E8DEBA;
}
</style>
background-color css
<style>
a { background-color: #E8DEBA; }
a { background-color: rgb(232,222,186); }
div.DivClassName
{
background-color: #E8DEBA;
}
.BgClassName
{
background-color: #E8DEBA;
}
</style>
border-color css
<style>
span { border-color: #E8DEBA; }
span { border-color: rgb(232,222,186); }
td.TdClassName
{
border-color: #E8DEBA;
}
.TagClassName
{
border-color: #E8DEBA;
}
</style>