Html Css Color HEX #E5DCC3 Double Pearl Lusta
📋 copy color: '#E5DCC3'red 229 ◦ green 220 ◦ blue 195
Shades of Double Pearl Lusta #E5DCC3
Tints of Double Pearl Lusta #E5DCC3
RGB
CMYK
RGB Variations
Color information
#E5DCC3 (or 0xE5DCC3) is known color: Double Pearl Lusta. HEX triplet: E5, DC and C3. RGB value is (229,220,195). Sum of RGB (Red+Green+Blue) = 229+220+195=644 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.56% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 195 (76.56% from 255 or 30.28% from 644); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DCC3 is #1A233C. Grayscale: #DBDBDB. Windows color (decimal): -1712957 or 12836069. OLE color: 12836069.
HSL color Cylindrical-coordinate representation of color #E5DCC3: hue angle of 44.12º degrees, saturation: 0.4, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E5DCC3 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 220 | 195 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.10 |
| HSL | 44.12º | 0.4% | 0.83% | - |
| HSV(B) | 44.12º | 0.15% | 0.9% | - |
| XYZ | 67.76 | 71.78 | 61.91 | - |
| YUV | 219.84 | 113.98 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 195 | 0 | 0.04 | 0.15 | 0.10 | 44.12 | 0.4 | 0.83 |
| Hex | E5 | DC | C3 | 0 | 4 | F | A | 2C | 28 | 53 |
| Octal | 345 | 334 | 303 | 0 | 4 | 17 | 12 | 54 | 50 | 123 |
| Binary | 11100101 | 11011100 | 11000011 | 0 | 100 | 1111 | 1010 | 101100 | 101000 | 1010011 |
Color Harmonies of #E5DCC3
Complementary color
Monochromatic Colors of #E5DCC3
Black with #E5DCC3
Text Example
Text Example
White with #E5DCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DCC3; }
p { color: rgb(229,220,195); }
H1.HeaderClassName
{
color: #E5DCC3;
}
.AnyTagClassName
{
color: #E5DCC3;
}
</style>
background-color css
<style>
a { background-color: #E5DCC3; }
a { background-color: rgb(229,220,195); }
div.DivClassName
{
background-color: #E5DCC3;
}
.BgClassName
{
background-color: #E5DCC3;
}
</style>
border-color css
<style>
span { border-color: #E5DCC3; }
span { border-color: rgb(229,220,195); }
td.TdClassName
{
border-color: #E5DCC3;
}
.TagClassName
{
border-color: #E5DCC3;
}
</style>