Html Css Color HEX #E9DEBD Double Pearl Lusta
📋 copy color: '#E9DEBD'red 233 ◦ green 222 ◦ blue 189
Shades of Double Pearl Lusta #E9DEBD
Tints of Double Pearl Lusta #E9DEBD
RGB
CMYK
RGB Variations
Color information
#E9DEBD (or 0xE9DEBD) is known color: Double Pearl Lusta. HEX triplet: E9, DE and BD. RGB value is (233,222,189). Sum of RGB (Red+Green+Blue) = 233+222+189=644 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.18% from 644); Green value is 222 (87.11% from 255 or 34.47% from 644); Blue value is 189 (74.22% from 255 or 29.35% from 644); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DEBD is #162142. Grayscale: #DDDDDD. Windows color (decimal): -1450307 or 12443369. OLE color: 12443369.
HSL color Cylindrical-coordinate representation of color #E9DEBD: hue angle of 45º degrees, saturation: 0.5, 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 #E9DEBD is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 222 | 189 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.09 |
| HSL | 45º | 0.5% | 0.83% | - |
| HSV(B) | 45º | 0.19% | 0.91% | - |
| XYZ | 68.91 | 73.24 | 58.65 | - |
| YUV | 221.53 | 109.64 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 222 | 189 | 0 | 0.05 | 0.19 | 0.09 | 45 | 0.5 | 0.83 |
| Hex | E9 | DE | BD | 0 | 5 | 13 | 9 | 2D | 32 | 53 |
| Octal | 351 | 336 | 275 | 0 | 5 | 23 | 11 | 55 | 62 | 123 |
| Binary | 11101001 | 11011110 | 10111101 | 0 | 101 | 10011 | 1001 | 101101 | 110010 | 1010011 |
Color Harmonies of #E9DEBD
Complementary color
Monochromatic Colors of #E9DEBD
Black with #E9DEBD
Text Example
Text Example
White with #E9DEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DEBD; }
p { color: rgb(233,222,189); }
H1.HeaderClassName
{
color: #E9DEBD;
}
.AnyTagClassName
{
color: #E9DEBD;
}
</style>
background-color css
<style>
a { background-color: #E9DEBD; }
a { background-color: rgb(233,222,189); }
div.DivClassName
{
background-color: #E9DEBD;
}
.BgClassName
{
background-color: #E9DEBD;
}
</style>
border-color css
<style>
span { border-color: #E9DEBD; }
span { border-color: rgb(233,222,189); }
td.TdClassName
{
border-color: #E9DEBD;
}
.TagClassName
{
border-color: #E9DEBD;
}
</style>