Html Css Color HEX #E6DCBF Double Pearl Lusta
📋 copy color: '#E6DCBF'red 230 ◦ green 220 ◦ blue 191
Shades of Double Pearl Lusta #E6DCBF
Tints of Double Pearl Lusta #E6DCBF
RGB
CMYK
RGB Variations
Color information
#E6DCBF (or 0xE6DCBF) is known color: Double Pearl Lusta. HEX triplet: E6, DC and BF. RGB value is (230,220,191). Sum of RGB (Red+Green+Blue) = 230+220+191=641 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.88% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 191 (75% from 255 or 29.80% from 641); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DCBF is #192340. Grayscale: #DBDBDB. Windows color (decimal): -1647425 or 12573926. OLE color: 12573926.
HSL color Cylindrical-coordinate representation of color #E6DCBF: hue angle of 44.62º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6DCBF is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 220 | 191 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.10 |
| HSL | 44.62º | 0.44% | 0.83% | - |
| HSV(B) | 44.62º | 0.17% | 0.9% | - |
| XYZ | 67.63 | 71.77 | 59.58 | - |
| YUV | 219.68 | 111.81 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 220 | 191 | 0 | 0.04 | 0.17 | 0.10 | 44.62 | 0.44 | 0.83 |
| Hex | E6 | DC | BF | 0 | 4 | 11 | A | 2D | 2C | 53 |
| Octal | 346 | 334 | 277 | 0 | 4 | 21 | 12 | 55 | 54 | 123 |
| Binary | 11100110 | 11011100 | 10111111 | 0 | 100 | 10001 | 1010 | 101101 | 101100 | 1010011 |
Color Harmonies of #E6DCBF
Complementary color
Monochromatic Colors of #E6DCBF
Black with #E6DCBF
Text Example
Text Example
White with #E6DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DCBF; }
p { color: rgb(230,220,191); }
H1.HeaderClassName
{
color: #E6DCBF;
}
.AnyTagClassName
{
color: #E6DCBF;
}
</style>
background-color css
<style>
a { background-color: #E6DCBF; }
a { background-color: rgb(230,220,191); }
div.DivClassName
{
background-color: #E6DCBF;
}
.BgClassName
{
background-color: #E6DCBF;
}
</style>
border-color css
<style>
span { border-color: #E6DCBF; }
span { border-color: rgb(230,220,191); }
td.TdClassName
{
border-color: #E6DCBF;
}
.TagClassName
{
border-color: #E6DCBF;
}
</style>