Html Css Color HEX #E9DCBC Double Pearl Lusta
📋 copy color: '#E9DCBC'red 233 ◦ green 220 ◦ blue 188
Shades of Double Pearl Lusta #E9DCBC
Tints of Double Pearl Lusta #E9DCBC
RGB
CMYK
RGB Variations
Color information
#E9DCBC (or 0xE9DCBC) is known color: Double Pearl Lusta. HEX triplet: E9, DC and BC. RGB value is (233,220,188). Sum of RGB (Red+Green+Blue) = 233+220+188=641 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.35% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 188 (73.83% from 255 or 29.33% from 641); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DCBC is #162343. Grayscale: #DCDCDC. Windows color (decimal): -1450820 or 12377321. OLE color: 12377321.
HSL color Cylindrical-coordinate representation of color #E9DCBC: hue angle of 42.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 #E9DCBC is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 188 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.09 |
| HSL | 42.67º | 0.51% | 0.83% | - |
| HSV(B) | 42.67º | 0.19% | 0.91% | - |
| XYZ | 68.27 | 72.14 | 57.9 | - |
| YUV | 220.24 | 109.81 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 188 | 0 | 0.06 | 0.19 | 0.09 | 42.67 | 0.51 | 0.83 |
| Hex | E9 | DC | BC | 0 | 6 | 13 | 9 | 2B | 33 | 53 |
| Octal | 351 | 334 | 274 | 0 | 6 | 23 | 11 | 53 | 63 | 123 |
| Binary | 11101001 | 11011100 | 10111100 | 0 | 110 | 10011 | 1001 | 101011 | 110011 | 1010011 |
Color Harmonies of #E9DCBC
Complementary color
Monochromatic Colors of #E9DCBC
Black with #E9DCBC
Text Example
Text Example
White with #E9DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DCBC; }
p { color: rgb(233,220,188); }
H1.HeaderClassName
{
color: #E9DCBC;
}
.AnyTagClassName
{
color: #E9DCBC;
}
</style>
background-color css
<style>
a { background-color: #E9DCBC; }
a { background-color: rgb(233,220,188); }
div.DivClassName
{
background-color: #E9DCBC;
}
.BgClassName
{
background-color: #E9DCBC;
}
</style>
border-color css
<style>
span { border-color: #E9DCBC; }
span { border-color: rgb(233,220,188); }
td.TdClassName
{
border-color: #E9DCBC;
}
.TagClassName
{
border-color: #E9DCBC;
}
</style>