Html Css Color HEX #E8DBBD Double Pearl Lusta
📋 copy color: '#E8DBBD'red 232 ◦ green 219 ◦ blue 189
Shades of Double Pearl Lusta #E8DBBD
Tints of Double Pearl Lusta #E8DBBD
RGB
CMYK
RGB Variations
Color information
#E8DBBD (or 0xE8DBBD) is known color: Double Pearl Lusta. HEX triplet: E8, DB and BD. RGB value is (232,219,189). Sum of RGB (Red+Green+Blue) = 232+219+189=640 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.25% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DBBD is #172442. Grayscale: #DBDBDB. Windows color (decimal): -1516611 or 12442600. OLE color: 12442600.
HSL color Cylindrical-coordinate representation of color #E8DBBD: hue angle of 41.86º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E8DBBD is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 219 | 189 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.09 |
| HSL | 41.86º | 0.48% | 0.83% | - |
| HSV(B) | 41.86º | 0.19% | 0.91% | - |
| XYZ | 67.8 | 71.49 | 58.37 | - |
| YUV | 219.47 | 110.81 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 219 | 189 | 0 | 0.06 | 0.19 | 0.09 | 41.86 | 0.48 | 0.83 |
| Hex | E8 | DB | BD | 0 | 6 | 13 | 9 | 2A | 30 | 53 |
| Octal | 350 | 333 | 275 | 0 | 6 | 23 | 11 | 52 | 60 | 123 |
| Binary | 11101000 | 11011011 | 10111101 | 0 | 110 | 10011 | 1001 | 101010 | 110000 | 1010011 |
Color Harmonies of #E8DBBD
Complementary color
Monochromatic Colors of #E8DBBD
Black with #E8DBBD
Text Example
Text Example
White with #E8DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DBBD; }
p { color: rgb(232,219,189); }
H1.HeaderClassName
{
color: #E8DBBD;
}
.AnyTagClassName
{
color: #E8DBBD;
}
</style>
background-color css
<style>
a { background-color: #E8DBBD; }
a { background-color: rgb(232,219,189); }
div.DivClassName
{
background-color: #E8DBBD;
}
.BgClassName
{
background-color: #E8DBBD;
}
</style>
border-color css
<style>
span { border-color: #E8DBBD; }
span { border-color: rgb(232,219,189); }
td.TdClassName
{
border-color: #E8DBBD;
}
.TagClassName
{
border-color: #E8DBBD;
}
</style>