Html Css Color HEX #E6D9BC Double Pearl Lusta
📋 copy color: '#E6D9BC'red 230 ◦ green 217 ◦ blue 188
Shades of Double Pearl Lusta #E6D9BC
Tints of Double Pearl Lusta #E6D9BC
RGB
CMYK
RGB Variations
Color information
#E6D9BC (or 0xE6D9BC) is known color: Double Pearl Lusta. HEX triplet: E6, D9 and BC. RGB value is (230,217,188). Sum of RGB (Red+Green+Blue) = 230+217+188=635 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.22% from 635); Green value is 217 (85.16% from 255 or 34.17% from 635); Blue value is 188 (73.83% from 255 or 29.61% from 635); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D9BC is #192643. Grayscale: #D9D9D9. Windows color (decimal): -1648196 or 12376550. OLE color: 12376550.
HSL color Cylindrical-coordinate representation of color #E6D9BC: hue angle of 41.43º degrees, saturation: 0.46, 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 #E6D9BC is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 217 | 188 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.10 |
| HSL | 41.43º | 0.46% | 0.82% | - |
| HSV(B) | 41.43º | 0.18% | 0.9% | - |
| XYZ | 66.52 | 70.08 | 57.6 | - |
| YUV | 217.58 | 111.31 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 217 | 188 | 0 | 0.06 | 0.18 | 0.10 | 41.43 | 0.46 | 0.82 |
| Hex | E6 | D9 | BC | 0 | 6 | 12 | A | 29 | 2E | 52 |
| Octal | 346 | 331 | 274 | 0 | 6 | 22 | 12 | 51 | 56 | 122 |
| Binary | 11100110 | 11011001 | 10111100 | 0 | 110 | 10010 | 1010 | 101001 | 101110 | 1010010 |
Color Harmonies of #E6D9BC
Complementary color
Monochromatic Colors of #E6D9BC
Black with #E6D9BC
Text Example
Text Example
White with #E6D9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D9BC; }
p { color: rgb(230,217,188); }
H1.HeaderClassName
{
color: #E6D9BC;
}
.AnyTagClassName
{
color: #E6D9BC;
}
</style>
background-color css
<style>
a { background-color: #E6D9BC; }
a { background-color: rgb(230,217,188); }
div.DivClassName
{
background-color: #E6D9BC;
}
.BgClassName
{
background-color: #E6D9BC;
}
</style>
border-color css
<style>
span { border-color: #E6D9BC; }
span { border-color: rgb(230,217,188); }
td.TdClassName
{
border-color: #E6D9BC;
}
.TagClassName
{
border-color: #E6D9BC;
}
</style>