Html Css Color HEX #E6DBBF Double Pearl Lusta
📋 copy color: '#E6DBBF'red 230 ◦ green 219 ◦ blue 191
Shades of Double Pearl Lusta #E6DBBF
Tints of Double Pearl Lusta #E6DBBF
RGB
CMYK
RGB Variations
Color information
#E6DBBF (or 0xE6DBBF) is known color: Double Pearl Lusta. HEX triplet: E6, DB and BF. RGB value is (230,219,191). Sum of RGB (Red+Green+Blue) = 230+219+191=640 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.94% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 191 (75% from 255 or 29.84% from 640); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DBBF is #192440. Grayscale: #DBDBDB. Windows color (decimal): -1647681 or 12573670. OLE color: 12573670.
HSL color Cylindrical-coordinate representation of color #E6DBBF: hue angle of 43.08º 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 #E6DBBF is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 219 | 191 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.10 |
| HSL | 43.08º | 0.44% | 0.83% | - |
| HSV(B) | 43.08º | 0.17% | 0.9% | - |
| XYZ | 67.37 | 71.25 | 59.49 | - |
| YUV | 219.1 | 112.14 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 219 | 191 | 0 | 0.05 | 0.17 | 0.10 | 43.08 | 0.44 | 0.83 |
| Hex | E6 | DB | BF | 0 | 5 | 11 | A | 2B | 2C | 53 |
| Octal | 346 | 333 | 277 | 0 | 5 | 21 | 12 | 53 | 54 | 123 |
| Binary | 11100110 | 11011011 | 10111111 | 0 | 101 | 10001 | 1010 | 101011 | 101100 | 1010011 |
Color Harmonies of #E6DBBF
Complementary color
Monochromatic Colors of #E6DBBF
Black with #E6DBBF
Text Example
Text Example
White with #E6DBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DBBF; }
p { color: rgb(230,219,191); }
H1.HeaderClassName
{
color: #E6DBBF;
}
.AnyTagClassName
{
color: #E6DBBF;
}
</style>
background-color css
<style>
a { background-color: #E6DBBF; }
a { background-color: rgb(230,219,191); }
div.DivClassName
{
background-color: #E6DBBF;
}
.BgClassName
{
background-color: #E6DBBF;
}
</style>
border-color css
<style>
span { border-color: #E6DBBF; }
span { border-color: rgb(230,219,191); }
td.TdClassName
{
border-color: #E6DBBF;
}
.TagClassName
{
border-color: #E6DBBF;
}
</style>