Html Css Color HEX #E9DFBC Double Pearl Lusta
📋 copy color: '#E9DFBC'red 233 ◦ green 223 ◦ blue 188
Shades of Double Pearl Lusta #E9DFBC
Tints of Double Pearl Lusta #E9DFBC
RGB
CMYK
RGB Variations
Color information
#E9DFBC (or 0xE9DFBC) is known color: Double Pearl Lusta. HEX triplet: E9, DF and BC. RGB value is (233,223,188). Sum of RGB (Red+Green+Blue) = 233+223+188=644 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.18% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 188 (73.83% from 255 or 29.19% from 644); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DFBC is #162043. Grayscale: #DEDEDE. Windows color (decimal): -1450052 or 12378089. OLE color: 12378089.
HSL color Cylindrical-coordinate representation of color #E9DFBC: hue angle of 46.67º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E9DFBC is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 223 | 188 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.09 |
| HSL | 46.67º | 0.51% | 0.83% | - |
| HSV(B) | 46.67º | 0.19% | 0.91% | - |
| XYZ | 69.07 | 73.73 | 58.17 | - |
| YUV | 222 | 108.81 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 223 | 188 | 0 | 0.04 | 0.19 | 0.09 | 46.67 | 0.51 | 0.83 |
| Hex | E9 | DF | BC | 0 | 4 | 13 | 9 | 2F | 33 | 53 |
| Octal | 351 | 337 | 274 | 0 | 4 | 23 | 11 | 57 | 63 | 123 |
| Binary | 11101001 | 11011111 | 10111100 | 0 | 100 | 10011 | 1001 | 101111 | 110011 | 1010011 |
Color Harmonies of #E9DFBC
Complementary color
Monochromatic Colors of #E9DFBC
Black with #E9DFBC
Text Example
Text Example
White with #E9DFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DFBC; }
p { color: rgb(233,223,188); }
H1.HeaderClassName
{
color: #E9DFBC;
}
.AnyTagClassName
{
color: #E9DFBC;
}
</style>
background-color css
<style>
a { background-color: #E9DFBC; }
a { background-color: rgb(233,223,188); }
div.DivClassName
{
background-color: #E9DFBC;
}
.BgClassName
{
background-color: #E9DFBC;
}
</style>
border-color css
<style>
span { border-color: #E9DFBC; }
span { border-color: rgb(233,223,188); }
td.TdClassName
{
border-color: #E9DFBC;
}
.TagClassName
{
border-color: #E9DFBC;
}
</style>