Html Css Color HEX #E5D6BB Double Pearl Lusta
📋 copy color: '#E5D6BB'red 229 ◦ green 214 ◦ blue 187
Shades of Double Pearl Lusta #E5D6BB
Tints of Double Pearl Lusta #E5D6BB
RGB
CMYK
RGB Variations
Color information
#E5D6BB (or 0xE5D6BB) is known color: Double Pearl Lusta. HEX triplet: E5, D6 and BB. RGB value is (229,214,187). Sum of RGB (Red+Green+Blue) = 229+214+187=630 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.35% from 630); Green value is 214 (83.98% from 255 or 33.97% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D6BB is #1A2944. Grayscale: #D7D7D7. Windows color (decimal): -1714501 or 12310245. OLE color: 12310245.
HSL color Cylindrical-coordinate representation of color #E5D6BB: hue angle of 38.57º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5D6BB is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 214 | 187 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.10 |
| HSL | 38.57º | 0.45% | 0.82% | - |
| HSV(B) | 38.57º | 0.18% | 0.9% | - |
| XYZ | 65.33 | 68.34 | 56.76 | - |
| YUV | 215.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 214 | 187 | 0 | 0.07 | 0.18 | 0.10 | 38.57 | 0.45 | 0.82 |
| Hex | E5 | D6 | BB | 0 | 7 | 12 | A | 27 | 2D | 52 |
| Octal | 345 | 326 | 273 | 0 | 7 | 22 | 12 | 47 | 55 | 122 |
| Binary | 11100101 | 11010110 | 10111011 | 0 | 111 | 10010 | 1010 | 100111 | 101101 | 1010010 |
Color Harmonies of #E5D6BB
Complementary color
Monochromatic Colors of #E5D6BB
Black with #E5D6BB
Text Example
Text Example
White with #E5D6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D6BB; }
p { color: rgb(229,214,187); }
H1.HeaderClassName
{
color: #E5D6BB;
}
.AnyTagClassName
{
color: #E5D6BB;
}
</style>
background-color css
<style>
a { background-color: #E5D6BB; }
a { background-color: rgb(229,214,187); }
div.DivClassName
{
background-color: #E5D6BB;
}
.BgClassName
{
background-color: #E5D6BB;
}
</style>
border-color css
<style>
span { border-color: #E5D6BB; }
span { border-color: rgb(229,214,187); }
td.TdClassName
{
border-color: #E5D6BB;
}
.TagClassName
{
border-color: #E5D6BB;
}
</style>