Html Css Color HEX #E7DDC0 Double Pearl Lusta
📋 copy color: '#E7DDC0'red 231 ◦ green 221 ◦ blue 192
Shades of Double Pearl Lusta #E7DDC0
Tints of Double Pearl Lusta #E7DDC0
RGB
CMYK
RGB Variations
Color information
#E7DDC0 (or 0xE7DDC0) is known color: Double Pearl Lusta. HEX triplet: E7, DD and C0. RGB value is (231,221,192). Sum of RGB (Red+Green+Blue) = 231+221+192=644 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.87% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 192 (75.39% from 255 or 29.81% from 644); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DDC0 is #18223F. Grayscale: #DCDCDC. Windows color (decimal): -1581632 or 12639719. OLE color: 12639719.
HSL color Cylindrical-coordinate representation of color #E7DDC0: hue angle of 44.62º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E7DDC0 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 192 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.09 |
| HSL | 44.62º | 0.45% | 0.83% | - |
| HSV(B) | 44.62º | 0.17% | 0.91% | - |
| XYZ | 68.33 | 72.51 | 60.26 | - |
| YUV | 220.68 | 111.81 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 192 | 0 | 0.04 | 0.17 | 0.09 | 44.62 | 0.45 | 0.83 |
| Hex | E7 | DD | C0 | 0 | 4 | 11 | 9 | 2D | 2D | 53 |
| Octal | 347 | 335 | 300 | 0 | 4 | 21 | 11 | 55 | 55 | 123 |
| Binary | 11100111 | 11011101 | 11000000 | 0 | 100 | 10001 | 1001 | 101101 | 101101 | 1010011 |
Color Harmonies of #E7DDC0
Complementary color
Monochromatic Colors of #E7DDC0
Black with #E7DDC0
Text Example
Text Example
White with #E7DDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DDC0; }
p { color: rgb(231,221,192); }
H1.HeaderClassName
{
color: #E7DDC0;
}
.AnyTagClassName
{
color: #E7DDC0;
}
</style>
background-color css
<style>
a { background-color: #E7DDC0; }
a { background-color: rgb(231,221,192); }
div.DivClassName
{
background-color: #E7DDC0;
}
.BgClassName
{
background-color: #E7DDC0;
}
</style>
border-color css
<style>
span { border-color: #E7DDC0; }
span { border-color: rgb(231,221,192); }
td.TdClassName
{
border-color: #E7DDC0;
}
.TagClassName
{
border-color: #E7DDC0;
}
</style>