Html Css Color HEX #E9E1BF Double Pearl Lusta
📋 copy color: '#E9E1BF'red 233 ◦ green 225 ◦ blue 191
Shades of Double Pearl Lusta #E9E1BF
Tints of Double Pearl Lusta #E9E1BF
RGB
CMYK
RGB Variations
Color information
#E9E1BF (or 0xE9E1BF) is known color: Double Pearl Lusta. HEX triplet: E9, E1 and BF. RGB value is (233,225,191). Sum of RGB (Red+Green+Blue) = 233+225+191=649 (85% of max value = 765). Red value is 233 (91.41% from 255 or 35.90% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 191 (75% from 255 or 29.43% from 649); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E1BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E1BF is #161E40. Grayscale: #DFDFDF. Windows color (decimal): -1449537 or 12575209. OLE color: 12575209.
HSL color Cylindrical-coordinate representation of color #E9E1BF: hue angle of 48.57º 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 #E9E1BF is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 225 | 191 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.09 |
| HSL | 48.57º | 0.49% | 0.83% | - |
| HSV(B) | 48.57º | 0.18% | 0.91% | - |
| XYZ | 69.93 | 74.94 | 60.07 | - |
| YUV | 223.52 | 109.65 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 225 | 191 | 0 | 0.03 | 0.18 | 0.09 | 48.57 | 0.49 | 0.83 |
| Hex | E9 | E1 | BF | 0 | 3 | 12 | 9 | 31 | 31 | 53 |
| Octal | 351 | 341 | 277 | 0 | 3 | 22 | 11 | 61 | 61 | 123 |
| Binary | 11101001 | 11100001 | 10111111 | 0 | 11 | 10010 | 1001 | 110001 | 110001 | 1010011 |
Color Harmonies of #E9E1BF
Complementary color
Monochromatic Colors of #E9E1BF
Black with #E9E1BF
Text Example
Text Example
White with #E9E1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E1BF; }
p { color: rgb(233,225,191); }
H1.HeaderClassName
{
color: #E9E1BF;
}
.AnyTagClassName
{
color: #E9E1BF;
}
</style>
background-color css
<style>
a { background-color: #E9E1BF; }
a { background-color: rgb(233,225,191); }
div.DivClassName
{
background-color: #E9E1BF;
}
.BgClassName
{
background-color: #E9E1BF;
}
</style>
border-color css
<style>
span { border-color: #E9E1BF; }
span { border-color: rgb(233,225,191); }
td.TdClassName
{
border-color: #E9E1BF;
}
.TagClassName
{
border-color: #E9E1BF;
}
</style>