Html Css Color HEX #E6DDBE Double Pearl Lusta
📋 copy color: '#E6DDBE'red 230 ◦ green 221 ◦ blue 190
Shades of Double Pearl Lusta #E6DDBE
Tints of Double Pearl Lusta #E6DDBE
RGB
CMYK
RGB Variations
Color information
#E6DDBE (or 0xE6DDBE) is known color: Double Pearl Lusta. HEX triplet: E6, DD and BE. RGB value is (230,221,190). Sum of RGB (Red+Green+Blue) = 230+221+190=641 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.88% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 190 (74.61% from 255 or 29.64% from 641); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DDBE is #192241. Grayscale: #DCDCDC. Windows color (decimal): -1647170 or 12508646. OLE color: 12508646.
HSL color Cylindrical-coordinate representation of color #E6DDBE: hue angle of 46.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 #E6DDBE is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 221 | 190 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.10 |
| HSL | 46.5º | 0.44% | 0.82% | - |
| HSV(B) | 46.5º | 0.17% | 0.9% | - |
| XYZ | 67.78 | 72.25 | 59.09 | - |
| YUV | 220.16 | 110.98 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 221 | 190 | 0 | 0.04 | 0.17 | 0.10 | 46.5 | 0.44 | 0.82 |
| Hex | E6 | DD | BE | 0 | 4 | 11 | A | 2E | 2C | 52 |
| Octal | 346 | 335 | 276 | 0 | 4 | 21 | 12 | 56 | 54 | 122 |
| Binary | 11100110 | 11011101 | 10111110 | 0 | 100 | 10001 | 1010 | 101110 | 101100 | 1010010 |
Color Harmonies of #E6DDBE
Complementary color
Monochromatic Colors of #E6DDBE
Black with #E6DDBE
Text Example
Text Example
White with #E6DDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DDBE; }
p { color: rgb(230,221,190); }
H1.HeaderClassName
{
color: #E6DDBE;
}
.AnyTagClassName
{
color: #E6DDBE;
}
</style>
background-color css
<style>
a { background-color: #E6DDBE; }
a { background-color: rgb(230,221,190); }
div.DivClassName
{
background-color: #E6DDBE;
}
.BgClassName
{
background-color: #E6DDBE;
}
</style>
border-color css
<style>
span { border-color: #E6DDBE; }
span { border-color: rgb(230,221,190); }
td.TdClassName
{
border-color: #E6DDBE;
}
.TagClassName
{
border-color: #E6DDBE;
}
</style>