Html Css Color HEX #E6DCBC Double Pearl Lusta
📋 copy color: '#E6DCBC'red 230 ◦ green 220 ◦ blue 188
Shades of Double Pearl Lusta #E6DCBC
Tints of Double Pearl Lusta #E6DCBC
RGB
CMYK
RGB Variations
Color information
#E6DCBC (or 0xE6DCBC) is known color: Double Pearl Lusta. HEX triplet: E6, DC and BC. RGB value is (230,220,188). Sum of RGB (Red+Green+Blue) = 230+220+188=638 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.05% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 188 (73.83% from 255 or 29.47% from 638); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DCBC is #192343. Grayscale: #DBDBDB. Windows color (decimal): -1647428 or 12377318. OLE color: 12377318.
HSL color Cylindrical-coordinate representation of color #E6DCBC: hue angle of 45.71º 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 #E6DCBC is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 220 | 188 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.10 |
| HSL | 45.71º | 0.46% | 0.82% | - |
| HSV(B) | 45.71º | 0.18% | 0.9% | - |
| XYZ | 67.3 | 71.64 | 57.86 | - |
| YUV | 219.34 | 110.31 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 220 | 188 | 0 | 0.04 | 0.18 | 0.10 | 45.71 | 0.46 | 0.82 |
| Hex | E6 | DC | BC | 0 | 4 | 12 | A | 2E | 2E | 52 |
| Octal | 346 | 334 | 274 | 0 | 4 | 22 | 12 | 56 | 56 | 122 |
| Binary | 11100110 | 11011100 | 10111100 | 0 | 100 | 10010 | 1010 | 101110 | 101110 | 1010010 |
Color Harmonies of #E6DCBC
Complementary color
Monochromatic Colors of #E6DCBC
Black with #E6DCBC
Text Example
Text Example
White with #E6DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DCBC; }
p { color: rgb(230,220,188); }
H1.HeaderClassName
{
color: #E6DCBC;
}
.AnyTagClassName
{
color: #E6DCBC;
}
</style>
background-color css
<style>
a { background-color: #E6DCBC; }
a { background-color: rgb(230,220,188); }
div.DivClassName
{
background-color: #E6DCBC;
}
.BgClassName
{
background-color: #E6DCBC;
}
</style>
border-color css
<style>
span { border-color: #E6DCBC; }
span { border-color: rgb(230,220,188); }
td.TdClassName
{
border-color: #E6DCBC;
}
.TagClassName
{
border-color: #E6DCBC;
}
</style>