Html Css Color HEX #E9DEBB Double Pearl Lusta
📋 copy color: '#E9DEBB'red 233 ◦ green 222 ◦ blue 187
Shades of Double Pearl Lusta #E9DEBB
Tints of Double Pearl Lusta #E9DEBB
RGB
CMYK
RGB Variations
Color information
#E9DEBB (or 0xE9DEBB) is known color: Double Pearl Lusta. HEX triplet: E9, DE and BB. RGB value is (233,222,187). Sum of RGB (Red+Green+Blue) = 233+222+187=642 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.29% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 187 (73.44% from 255 or 29.13% from 642); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DEBB is #162144. Grayscale: #DDDDDD. Windows color (decimal): -1450309 or 12312297. OLE color: 12312297.
HSL color Cylindrical-coordinate representation of color #E9DEBB: hue angle of 45.65º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9DEBB is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 222 | 187 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.09 |
| HSL | 45.65º | 0.51% | 0.82% | - |
| HSV(B) | 45.65º | 0.2% | 0.91% | - |
| XYZ | 68.7 | 73.15 | 57.51 | - |
| YUV | 221.3 | 108.64 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 222 | 187 | 0 | 0.05 | 0.20 | 0.09 | 45.65 | 0.51 | 0.82 |
| Hex | E9 | DE | BB | 0 | 5 | 14 | 9 | 2E | 33 | 52 |
| Octal | 351 | 336 | 273 | 0 | 5 | 24 | 11 | 56 | 63 | 122 |
| Binary | 11101001 | 11011110 | 10111011 | 0 | 101 | 10100 | 1001 | 101110 | 110011 | 1010010 |
Color Harmonies of #E9DEBB
Complementary color
Monochromatic Colors of #E9DEBB
Black with #E9DEBB
Text Example
Text Example
White with #E9DEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DEBB; }
p { color: rgb(233,222,187); }
H1.HeaderClassName
{
color: #E9DEBB;
}
.AnyTagClassName
{
color: #E9DEBB;
}
</style>
background-color css
<style>
a { background-color: #E9DEBB; }
a { background-color: rgb(233,222,187); }
div.DivClassName
{
background-color: #E9DEBB;
}
.BgClassName
{
background-color: #E9DEBB;
}
</style>
border-color css
<style>
span { border-color: #E9DEBB; }
span { border-color: rgb(233,222,187); }
td.TdClassName
{
border-color: #E9DEBB;
}
.TagClassName
{
border-color: #E9DEBB;
}
</style>