Html Css Color HEX #E8DDBD Double Pearl Lusta
📋 copy color: '#E8DDBD'red 232 ◦ green 221 ◦ blue 189
Shades of Double Pearl Lusta #E8DDBD
Tints of Double Pearl Lusta #E8DDBD
RGB
CMYK
RGB Variations
Color information
#E8DDBD (or 0xE8DDBD) is known color: Double Pearl Lusta. HEX triplet: E8, DD and BD. RGB value is (232,221,189). Sum of RGB (Red+Green+Blue) = 232+221+189=642 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.14% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 189 (74.22% from 255 or 29.44% from 642); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DDBD is #172242. Grayscale: #DCDCDC. Windows color (decimal): -1516099 or 12443112. OLE color: 12443112.
HSL color Cylindrical-coordinate representation of color #E8DDBD: hue angle of 44.65º 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 #E8DDBD is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 221 | 189 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.09 |
| HSL | 44.65º | 0.48% | 0.83% | - |
| HSV(B) | 44.65º | 0.19% | 0.91% | - |
| XYZ | 68.32 | 72.54 | 58.55 | - |
| YUV | 220.64 | 110.14 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 221 | 189 | 0 | 0.05 | 0.19 | 0.09 | 44.65 | 0.48 | 0.83 |
| Hex | E8 | DD | BD | 0 | 5 | 13 | 9 | 2D | 30 | 53 |
| Octal | 350 | 335 | 275 | 0 | 5 | 23 | 11 | 55 | 60 | 123 |
| Binary | 11101000 | 11011101 | 10111101 | 0 | 101 | 10011 | 1001 | 101101 | 110000 | 1010011 |
Color Harmonies of #E8DDBD
Complementary color
Monochromatic Colors of #E8DDBD
Black with #E8DDBD
Text Example
Text Example
White with #E8DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DDBD; }
p { color: rgb(232,221,189); }
H1.HeaderClassName
{
color: #E8DDBD;
}
.AnyTagClassName
{
color: #E8DDBD;
}
</style>
background-color css
<style>
a { background-color: #E8DDBD; }
a { background-color: rgb(232,221,189); }
div.DivClassName
{
background-color: #E8DDBD;
}
.BgClassName
{
background-color: #E8DDBD;
}
</style>
border-color css
<style>
span { border-color: #E8DDBD; }
span { border-color: rgb(232,221,189); }
td.TdClassName
{
border-color: #E8DDBD;
}
.TagClassName
{
border-color: #E8DDBD;
}
</style>