Html Css Color HEX #E5DCBF Double Pearl Lusta
📋 copy color: '#E5DCBF'red 229 ◦ green 220 ◦ blue 191
Shades of Double Pearl Lusta #E5DCBF
Tints of Double Pearl Lusta #E5DCBF
RGB
CMYK
RGB Variations
Color information
#E5DCBF (or 0xE5DCBF) is known color: Double Pearl Lusta. HEX triplet: E5, DC and BF. RGB value is (229,220,191). Sum of RGB (Red+Green+Blue) = 229+220+191=640 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.78% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 191 (75% from 255 or 29.84% from 640); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DCBF is #1A2340. Grayscale: #DBDBDB. Windows color (decimal): -1712961 or 12573925. OLE color: 12573925.
HSL color Cylindrical-coordinate representation of color #E5DCBF: hue angle of 45.79º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5DCBF is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 220 | 191 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.10 |
| HSL | 45.79º | 0.42% | 0.82% | - |
| HSV(B) | 45.79º | 0.17% | 0.9% | - |
| XYZ | 67.31 | 71.61 | 59.56 | - |
| YUV | 219.39 | 111.98 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 191 | 0 | 0.04 | 0.17 | 0.10 | 45.79 | 0.42 | 0.82 |
| Hex | E5 | DC | BF | 0 | 4 | 11 | A | 2E | 2A | 52 |
| Octal | 345 | 334 | 277 | 0 | 4 | 21 | 12 | 56 | 52 | 122 |
| Binary | 11100101 | 11011100 | 10111111 | 0 | 100 | 10001 | 1010 | 101110 | 101010 | 1010010 |
Color Harmonies of #E5DCBF
Complementary color
Monochromatic Colors of #E5DCBF
Black with #E5DCBF
Text Example
Text Example
White with #E5DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DCBF; }
p { color: rgb(229,220,191); }
H1.HeaderClassName
{
color: #E5DCBF;
}
.AnyTagClassName
{
color: #E5DCBF;
}
</style>
background-color css
<style>
a { background-color: #E5DCBF; }
a { background-color: rgb(229,220,191); }
div.DivClassName
{
background-color: #E5DCBF;
}
.BgClassName
{
background-color: #E5DCBF;
}
</style>
border-color css
<style>
span { border-color: #E5DCBF; }
span { border-color: rgb(229,220,191); }
td.TdClassName
{
border-color: #E5DCBF;
}
.TagClassName
{
border-color: #E5DCBF;
}
</style>