Html Css Color HEX #E6DBBE Double Pearl Lusta
📋 copy color: '#E6DBBE'red 230 ◦ green 219 ◦ blue 190
Shades of Double Pearl Lusta #E6DBBE
Tints of Double Pearl Lusta #E6DBBE
RGB
CMYK
RGB Variations
Color information
#E6DBBE (or 0xE6DBBE) is known color: Double Pearl Lusta. HEX triplet: E6, DB and BE. RGB value is (230,219,190). Sum of RGB (Red+Green+Blue) = 230+219+190=639 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.99% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 190 (74.61% from 255 or 29.73% from 639); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DBBE is #192441. Grayscale: #DBDBDB. Windows color (decimal): -1647682 or 12508134. OLE color: 12508134.
HSL color Cylindrical-coordinate representation of color #E6DBBE: hue angle of 43.5º degrees, saturation: 0.44, 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 #E6DBBE is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 219 | 190 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.10 |
| HSL | 43.5º | 0.44% | 0.82% | - |
| HSV(B) | 43.5º | 0.17% | 0.9% | - |
| XYZ | 67.26 | 71.2 | 58.91 | - |
| YUV | 218.98 | 111.64 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 219 | 190 | 0 | 0.05 | 0.17 | 0.10 | 43.5 | 0.44 | 0.82 |
| Hex | E6 | DB | BE | 0 | 5 | 11 | A | 2C | 2C | 52 |
| Octal | 346 | 333 | 276 | 0 | 5 | 21 | 12 | 54 | 54 | 122 |
| Binary | 11100110 | 11011011 | 10111110 | 0 | 101 | 10001 | 1010 | 101100 | 101100 | 1010010 |
Color Harmonies of #E6DBBE
Complementary color
Monochromatic Colors of #E6DBBE
Black with #E6DBBE
Text Example
Text Example
White with #E6DBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DBBE; }
p { color: rgb(230,219,190); }
H1.HeaderClassName
{
color: #E6DBBE;
}
.AnyTagClassName
{
color: #E6DBBE;
}
</style>
background-color css
<style>
a { background-color: #E6DBBE; }
a { background-color: rgb(230,219,190); }
div.DivClassName
{
background-color: #E6DBBE;
}
.BgClassName
{
background-color: #E6DBBE;
}
</style>
border-color css
<style>
span { border-color: #E6DBBE; }
span { border-color: rgb(230,219,190); }
td.TdClassName
{
border-color: #E6DBBE;
}
.TagClassName
{
border-color: #E6DBBE;
}
</style>