Html Css Color HEX #E9DDBF Double Pearl Lusta
📋 copy color: '#E9DDBF'red 233 ◦ green 221 ◦ blue 191
Shades of Double Pearl Lusta #E9DDBF
Tints of Double Pearl Lusta #E9DDBF
RGB
CMYK
RGB Variations
Color information
#E9DDBF (or 0xE9DDBF) is known color: Double Pearl Lusta. HEX triplet: E9, DD and BF. RGB value is (233,221,191). Sum of RGB (Red+Green+Blue) = 233+221+191=645 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.12% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 191 (75% from 255 or 29.61% from 645); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DDBF is #162240. Grayscale: #DDDDDD. Windows color (decimal): -1450561 or 12574185. OLE color: 12574185.
HSL color Cylindrical-coordinate representation of color #E9DDBF: hue angle of 42.86º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9DDBF is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 221 | 191 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.09 |
| HSL | 42.86º | 0.49% | 0.83% | - |
| HSV(B) | 42.86º | 0.18% | 0.91% | - |
| XYZ | 68.86 | 72.8 | 59.71 | - |
| YUV | 221.17 | 110.98 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 221 | 191 | 0 | 0.05 | 0.18 | 0.09 | 42.86 | 0.49 | 0.83 |
| Hex | E9 | DD | BF | 0 | 5 | 12 | 9 | 2B | 31 | 53 |
| Octal | 351 | 335 | 277 | 0 | 5 | 22 | 11 | 53 | 61 | 123 |
| Binary | 11101001 | 11011101 | 10111111 | 0 | 101 | 10010 | 1001 | 101011 | 110001 | 1010011 |
Color Harmonies of #E9DDBF
Complementary color
Monochromatic Colors of #E9DDBF
Black with #E9DDBF
Text Example
Text Example
White with #E9DDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DDBF; }
p { color: rgb(233,221,191); }
H1.HeaderClassName
{
color: #E9DDBF;
}
.AnyTagClassName
{
color: #E9DDBF;
}
</style>
background-color css
<style>
a { background-color: #E9DDBF; }
a { background-color: rgb(233,221,191); }
div.DivClassName
{
background-color: #E9DDBF;
}
.BgClassName
{
background-color: #E9DDBF;
}
</style>
border-color css
<style>
span { border-color: #E9DDBF; }
span { border-color: rgb(233,221,191); }
td.TdClassName
{
border-color: #E9DDBF;
}
.TagClassName
{
border-color: #E9DDBF;
}
</style>