Html Css Color HEX #E6D8B5 Double Pearl Lusta
📋 copy color: '#E6D8B5'red 230 ◦ green 216 ◦ blue 181
Shades of Double Pearl Lusta #E6D8B5
Tints of Double Pearl Lusta #E6D8B5
RGB
CMYK
RGB Variations
Color information
#E6D8B5 (or 0xE6D8B5) is known color: Double Pearl Lusta. HEX triplet: E6, D8 and B5. RGB value is (230,216,181). Sum of RGB (Red+Green+Blue) = 230+216+181=627 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.68% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 181 (71.09% from 255 or 28.87% from 627); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D8B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D8B5 is #19274A. Grayscale: #D8D8D8. Windows color (decimal): -1648459 or 11917542. OLE color: 11917542.
HSL color Cylindrical-coordinate representation of color #E6D8B5: hue angle of 42.86º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6D8B5 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 216 | 181 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.10 |
| HSL | 42.86º | 0.49% | 0.81% | - |
| HSV(B) | 42.86º | 0.21% | 0.9% | - |
| XYZ | 65.53 | 69.27 | 53.63 | - |
| YUV | 216.2 | 108.14 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 216 | 181 | 0 | 0.06 | 0.21 | 0.10 | 42.86 | 0.49 | 0.81 |
| Hex | E6 | D8 | B5 | 0 | 6 | 15 | A | 2B | 31 | 51 |
| Octal | 346 | 330 | 265 | 0 | 6 | 25 | 12 | 53 | 61 | 121 |
| Binary | 11100110 | 11011000 | 10110101 | 0 | 110 | 10101 | 1010 | 101011 | 110001 | 1010001 |
Color Harmonies of #E6D8B5
Complementary color
Monochromatic Colors of #E6D8B5
Black with #E6D8B5
Text Example
Text Example
White with #E6D8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D8B5; }
p { color: rgb(230,216,181); }
H1.HeaderClassName
{
color: #E6D8B5;
}
.AnyTagClassName
{
color: #E6D8B5;
}
</style>
background-color css
<style>
a { background-color: #E6D8B5; }
a { background-color: rgb(230,216,181); }
div.DivClassName
{
background-color: #E6D8B5;
}
.BgClassName
{
background-color: #E6D8B5;
}
</style>
border-color css
<style>
span { border-color: #E6D8B5; }
span { border-color: rgb(230,216,181); }
td.TdClassName
{
border-color: #E6D8B5;
}
.TagClassName
{
border-color: #E6D8B5;
}
</style>