Html Css Color HEX #E8DFBD Double Pearl Lusta
📋 copy color: '#E8DFBD'red 232 ◦ green 223 ◦ blue 189
Shades of Double Pearl Lusta #E8DFBD
Tints of Double Pearl Lusta #E8DFBD
RGB
CMYK
RGB Variations
Color information
#E8DFBD (or 0xE8DFBD) is known color: Double Pearl Lusta. HEX triplet: E8, DF and BD. RGB value is (232,223,189). Sum of RGB (Red+Green+Blue) = 232+223+189=644 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.02% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 189 (74.22% from 255 or 29.35% from 644); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DFBD is #172042. Grayscale: #DDDDDD. Windows color (decimal): -1515587 or 12443624. OLE color: 12443624.
HSL color Cylindrical-coordinate representation of color #E8DFBD: hue angle of 47.44º 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 #E8DFBD is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 223 | 189 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.09 |
| HSL | 47.44º | 0.48% | 0.83% | - |
| HSV(B) | 47.44º | 0.19% | 0.91% | - |
| XYZ | 68.85 | 73.61 | 58.72 | - |
| YUV | 221.82 | 109.48 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 223 | 189 | 0 | 0.04 | 0.19 | 0.09 | 47.44 | 0.48 | 0.83 |
| Hex | E8 | DF | BD | 0 | 4 | 13 | 9 | 2F | 30 | 53 |
| Octal | 350 | 337 | 275 | 0 | 4 | 23 | 11 | 57 | 60 | 123 |
| Binary | 11101000 | 11011111 | 10111101 | 0 | 100 | 10011 | 1001 | 101111 | 110000 | 1010011 |
Color Harmonies of #E8DFBD
Complementary color
Monochromatic Colors of #E8DFBD
Black with #E8DFBD
Text Example
Text Example
White with #E8DFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DFBD; }
p { color: rgb(232,223,189); }
H1.HeaderClassName
{
color: #E8DFBD;
}
.AnyTagClassName
{
color: #E8DFBD;
}
</style>
background-color css
<style>
a { background-color: #E8DFBD; }
a { background-color: rgb(232,223,189); }
div.DivClassName
{
background-color: #E8DFBD;
}
.BgClassName
{
background-color: #E8DFBD;
}
</style>
border-color css
<style>
span { border-color: #E8DFBD; }
span { border-color: rgb(232,223,189); }
td.TdClassName
{
border-color: #E8DFBD;
}
.TagClassName
{
border-color: #E8DFBD;
}
</style>