Html Css Color HEX #E6DDBF Double Pearl Lusta
📋 copy color: '#E6DDBF'red 230 ◦ green 221 ◦ blue 191
Shades of Double Pearl Lusta #E6DDBF
Tints of Double Pearl Lusta #E6DDBF
RGB
CMYK
RGB Variations
Color information
#E6DDBF (or 0xE6DDBF) is known color: Double Pearl Lusta. HEX triplet: E6, DD and BF. RGB value is (230,221,191). Sum of RGB (Red+Green+Blue) = 230+221+191=642 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.83% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 191 (75% from 255 or 29.75% from 642); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DDBF is #192240. Grayscale: #DCDCDC. Windows color (decimal): -1647169 or 12574182. OLE color: 12574182.
HSL color Cylindrical-coordinate representation of color #E6DDBF: hue angle of 46.15º 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 #E6DDBF is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 221 | 191 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.10 |
| HSL | 46.15º | 0.44% | 0.83% | - |
| HSV(B) | 46.15º | 0.17% | 0.9% | - |
| XYZ | 67.89 | 72.3 | 59.67 | - |
| YUV | 220.27 | 111.48 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 221 | 191 | 0 | 0.04 | 0.17 | 0.10 | 46.15 | 0.44 | 0.83 |
| Hex | E6 | DD | BF | 0 | 4 | 11 | A | 2E | 2C | 53 |
| Octal | 346 | 335 | 277 | 0 | 4 | 21 | 12 | 56 | 54 | 123 |
| Binary | 11100110 | 11011101 | 10111111 | 0 | 100 | 10001 | 1010 | 101110 | 101100 | 1010011 |
Color Harmonies of #E6DDBF
Complementary color
Monochromatic Colors of #E6DDBF
Black with #E6DDBF
Text Example
Text Example
White with #E6DDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DDBF; }
p { color: rgb(230,221,191); }
H1.HeaderClassName
{
color: #E6DDBF;
}
.AnyTagClassName
{
color: #E6DDBF;
}
</style>
background-color css
<style>
a { background-color: #E6DDBF; }
a { background-color: rgb(230,221,191); }
div.DivClassName
{
background-color: #E6DDBF;
}
.BgClassName
{
background-color: #E6DDBF;
}
</style>
border-color css
<style>
span { border-color: #E6DDBF; }
span { border-color: rgb(230,221,191); }
td.TdClassName
{
border-color: #E6DDBF;
}
.TagClassName
{
border-color: #E6DDBF;
}
</style>