Html Css Color HEX #E6D7B8 Double Pearl Lusta
📋 copy color: '#E6D7B8'red 230 ◦ green 215 ◦ blue 184
Shades of Double Pearl Lusta #E6D7B8
Tints of Double Pearl Lusta #E6D7B8
RGB
CMYK
RGB Variations
Color information
#E6D7B8 (or 0xE6D7B8) is known color: Double Pearl Lusta. HEX triplet: E6, D7 and B8. RGB value is (230,215,184). Sum of RGB (Red+Green+Blue) = 230+215+184=629 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.57% from 629); Green value is 215 (84.38% from 255 or 34.18% from 629); Blue value is 184 (72.27% from 255 or 29.25% from 629); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D7B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D7B8 is #192847. Grayscale: #D8D8D8. Windows color (decimal): -1648712 or 12113894. OLE color: 12113894.
HSL color Cylindrical-coordinate representation of color #E6D7B8: hue angle of 40.43º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6D7B8 is Cyan = 0, Magento = 0.07, Yellow = 0.2 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 215 | 184 | - |
| CMYK | 0 | 0.07 | 0.2 | 0.10 |
| HSL | 40.43º | 0.48% | 0.81% | - |
| HSV(B) | 40.43º | 0.2% | 0.9% | - |
| XYZ | 65.59 | 68.88 | 55.19 | - |
| YUV | 215.95 | 109.97 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 215 | 184 | 0 | 0.07 | 0.2 | 0.10 | 40.43 | 0.48 | 0.81 |
| Hex | E6 | D7 | B8 | 0 | 7 | 14 | A | 28 | 30 | 51 |
| Octal | 346 | 327 | 270 | 0 | 7 | 24 | 12 | 50 | 60 | 121 |
| Binary | 11100110 | 11010111 | 10111000 | 0 | 111 | 10100 | 1010 | 101000 | 110000 | 1010001 |
Color Harmonies of #E6D7B8
Complementary color
Monochromatic Colors of #E6D7B8
Black with #E6D7B8
Text Example
Text Example
White with #E6D7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D7B8; }
p { color: rgb(230,215,184); }
H1.HeaderClassName
{
color: #E6D7B8;
}
.AnyTagClassName
{
color: #E6D7B8;
}
</style>
background-color css
<style>
a { background-color: #E6D7B8; }
a { background-color: rgb(230,215,184); }
div.DivClassName
{
background-color: #E6D7B8;
}
.BgClassName
{
background-color: #E6D7B8;
}
</style>
border-color css
<style>
span { border-color: #E6D7B8; }
span { border-color: rgb(230,215,184); }
td.TdClassName
{
border-color: #E6D7B8;
}
.TagClassName
{
border-color: #E6D7B8;
}
</style>