Html Css Color HEX #E4DBC3 Double Pearl Lusta
📋 copy color: '#E4DBC3'red 228 ◦ green 219 ◦ blue 195
Shades of Double Pearl Lusta #E4DBC3
Tints of Double Pearl Lusta #E4DBC3
RGB
CMYK
RGB Variations
Color information
#E4DBC3 (or 0xE4DBC3) is known color: Double Pearl Lusta. HEX triplet: E4, DB and C3. RGB value is (228,219,195). Sum of RGB (Red+Green+Blue) = 228+219+195=642 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.51% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 195 (76.56% from 255 or 30.37% from 642); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DBC3 is #1B243C. Grayscale: #DBDBDB. Windows color (decimal): -1778749 or 12835812. OLE color: 12835812.
HSL color Cylindrical-coordinate representation of color #E4DBC3: hue angle of 43.64º degrees, saturation: 0.38, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E4DBC3 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 219 | 195 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.11 |
| HSL | 43.64º | 0.38% | 0.83% | - |
| HSV(B) | 43.64º | 0.14% | 0.89% | - |
| XYZ | 67.18 | 71.1 | 61.81 | - |
| YUV | 218.96 | 114.48 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 219 | 195 | 0 | 0.04 | 0.14 | 0.11 | 43.64 | 0.38 | 0.83 |
| Hex | E4 | DB | C3 | 0 | 4 | E | B | 2C | 26 | 53 |
| Octal | 344 | 333 | 303 | 0 | 4 | 16 | 13 | 54 | 46 | 123 |
| Binary | 11100100 | 11011011 | 11000011 | 0 | 100 | 1110 | 1011 | 101100 | 100110 | 1010011 |
Color Harmonies of #E4DBC3
Complementary color
Monochromatic Colors of #E4DBC3
Black with #E4DBC3
Text Example
Text Example
White with #E4DBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DBC3; }
p { color: rgb(228,219,195); }
H1.HeaderClassName
{
color: #E4DBC3;
}
.AnyTagClassName
{
color: #E4DBC3;
}
</style>
background-color css
<style>
a { background-color: #E4DBC3; }
a { background-color: rgb(228,219,195); }
div.DivClassName
{
background-color: #E4DBC3;
}
.BgClassName
{
background-color: #E4DBC3;
}
</style>
border-color css
<style>
span { border-color: #E4DBC3; }
span { border-color: rgb(228,219,195); }
td.TdClassName
{
border-color: #E4DBC3;
}
.TagClassName
{
border-color: #E4DBC3;
}
</style>