Html Css Color HEX #E9DEBC Double Pearl Lusta
📋 copy color: '#E9DEBC'red 233 ◦ green 222 ◦ blue 188
Shades of Double Pearl Lusta #E9DEBC
Tints of Double Pearl Lusta #E9DEBC
RGB
CMYK
RGB Variations
Color information
#E9DEBC (or 0xE9DEBC) is known color: Double Pearl Lusta. HEX triplet: E9, DE and BC. RGB value is (233,222,188). Sum of RGB (Red+Green+Blue) = 233+222+188=643 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.24% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 188 (73.83% from 255 or 29.24% from 643); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DEBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DEBC is #162143. Grayscale: #DDDDDD. Windows color (decimal): -1450308 or 12377833. OLE color: 12377833.
HSL color Cylindrical-coordinate representation of color #E9DEBC: hue angle of 45.33º 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 #E9DEBC is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 222 | 188 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.09 |
| HSL | 45.33º | 0.51% | 0.83% | - |
| HSV(B) | 45.33º | 0.19% | 0.91% | - |
| XYZ | 68.8 | 73.2 | 58.08 | - |
| YUV | 221.41 | 109.14 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 222 | 188 | 0 | 0.05 | 0.19 | 0.09 | 45.33 | 0.51 | 0.83 |
| Hex | E9 | DE | BC | 0 | 5 | 13 | 9 | 2D | 33 | 53 |
| Octal | 351 | 336 | 274 | 0 | 5 | 23 | 11 | 55 | 63 | 123 |
| Binary | 11101001 | 11011110 | 10111100 | 0 | 101 | 10011 | 1001 | 101101 | 110011 | 1010011 |
Color Harmonies of #E9DEBC
Complementary color
Monochromatic Colors of #E9DEBC
Black with #E9DEBC
Text Example
Text Example
White with #E9DEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DEBC; }
p { color: rgb(233,222,188); }
H1.HeaderClassName
{
color: #E9DEBC;
}
.AnyTagClassName
{
color: #E9DEBC;
}
</style>
background-color css
<style>
a { background-color: #E9DEBC; }
a { background-color: rgb(233,222,188); }
div.DivClassName
{
background-color: #E9DEBC;
}
.BgClassName
{
background-color: #E9DEBC;
}
</style>
border-color css
<style>
span { border-color: #E9DEBC; }
span { border-color: rgb(233,222,188); }
td.TdClassName
{
border-color: #E9DEBC;
}
.TagClassName
{
border-color: #E9DEBC;
}
</style>