Html Css Color HEX #E9DCBE Double Pearl Lusta
📋 copy color: '#E9DCBE'red 233 ◦ green 220 ◦ blue 190
Shades of Double Pearl Lusta #E9DCBE
Tints of Double Pearl Lusta #E9DCBE
RGB
CMYK
RGB Variations
Color information
#E9DCBE (or 0xE9DCBE) is known color: Double Pearl Lusta. HEX triplet: E9, DC and BE. RGB value is (233,220,190). Sum of RGB (Red+Green+Blue) = 233+220+190=643 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.24% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 190 (74.61% from 255 or 29.55% from 643); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DCBE is #162341. Grayscale: #DCDCDC. Windows color (decimal): -1450818 or 12508393. OLE color: 12508393.
HSL color Cylindrical-coordinate representation of color #E9DCBE: hue angle of 41.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 #E9DCBE is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 220 | 190 | - |
CMYK | 0 | 0.06 | 0.18 | 0.09 |
HSL | 41.86º | 0.49% | 0.83% | - |
HSV(B) | 41.86º | 0.18% | 0.91% | - |
XYZ | 68.49 | 72.23 | 59.05 | - |
YUV | 220.47 | 110.81 | 136.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 220 | 190 | 0 | 0.06 | 0.18 | 0.09 | 41.86 | 0.49 | 0.83 |
Hex | E9 | DC | BE | 0 | 6 | 12 | 9 | 2A | 31 | 53 |
Octal | 351 | 334 | 276 | 0 | 6 | 22 | 11 | 52 | 61 | 123 |
Binary | 11101001 | 11011100 | 10111110 | 0 | 110 | 10010 | 1001 | 101010 | 110001 | 1010011 |
Color Harmonies of #E9DCBE
Complementary color
Monochromatic Colors of #E9DCBE
Black with #E9DCBE
Text Example
Text Example
White with #E9DCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DCBE; }
p { color: rgb(233,220,190); }
H1.HeaderClassName
{
color: #E9DCBE;
}
.AnyTagClassName
{
color: #E9DCBE;
}
</style>
background-color css
<style>
a { background-color: #E9DCBE; }
a { background-color: rgb(233,220,190); }
div.DivClassName
{
background-color: #E9DCBE;
}
.BgClassName
{
background-color: #E9DCBE;
}
</style>
border-color css
<style>
span { border-color: #E9DCBE; }
span { border-color: rgb(233,220,190); }
td.TdClassName
{
border-color: #E9DCBE;
}
.TagClassName
{
border-color: #E9DCBE;
}
</style>