Html Css Color HEX #E8DDBF Double Pearl Lusta
📋 copy color: '#E8DDBF'red 232 ◦ green 221 ◦ blue 191
Shades of Double Pearl Lusta #E8DDBF
Tints of Double Pearl Lusta #E8DDBF
RGB
CMYK
RGB Variations
Color information
#E8DDBF (or 0xE8DDBF) is known color: Double Pearl Lusta. HEX triplet: E8, DD and BF. RGB value is (232,221,191). Sum of RGB (Red+Green+Blue) = 232+221+191=644 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.02% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 191 (75% from 255 or 29.66% from 644); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DDBF is #172240. Grayscale: #DCDCDC. Windows color (decimal): -1516097 or 12574184. OLE color: 12574184.
HSL color Cylindrical-coordinate representation of color #E8DDBF: hue angle of 43.9º 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 #E8DDBF is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 221 | 191 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.09 |
| HSL | 43.9º | 0.47% | 0.83% | - |
| HSV(B) | 43.9º | 0.18% | 0.91% | - |
| XYZ | 68.54 | 72.63 | 59.7 | - |
| YUV | 220.87 | 111.14 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 221 | 191 | 0 | 0.05 | 0.18 | 0.09 | 43.9 | 0.47 | 0.83 |
| Hex | E8 | DD | BF | 0 | 5 | 12 | 9 | 2C | 2F | 53 |
| Octal | 350 | 335 | 277 | 0 | 5 | 22 | 11 | 54 | 57 | 123 |
| Binary | 11101000 | 11011101 | 10111111 | 0 | 101 | 10010 | 1001 | 101100 | 101111 | 1010011 |
Color Harmonies of #E8DDBF
Complementary color
Monochromatic Colors of #E8DDBF
Black with #E8DDBF
Text Example
Text Example
White with #E8DDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DDBF; }
p { color: rgb(232,221,191); }
H1.HeaderClassName
{
color: #E8DDBF;
}
.AnyTagClassName
{
color: #E8DDBF;
}
</style>
background-color css
<style>
a { background-color: #E8DDBF; }
a { background-color: rgb(232,221,191); }
div.DivClassName
{
background-color: #E8DDBF;
}
.BgClassName
{
background-color: #E8DDBF;
}
</style>
border-color css
<style>
span { border-color: #E8DDBF; }
span { border-color: rgb(232,221,191); }
td.TdClassName
{
border-color: #E8DDBF;
}
.TagClassName
{
border-color: #E8DDBF;
}
</style>