Html Css Color HEX #EBDDB9 Double Pearl Lusta
📋 copy color: '#EBDDB9'red 235 ◦ green 221 ◦ blue 185
Shades of Double Pearl Lusta #EBDDB9
Tints of Double Pearl Lusta #EBDDB9
RGB
CMYK
RGB Variations
Color information
#EBDDB9 (or 0xEBDDB9) is known color: Double Pearl Lusta. HEX triplet: EB, DD and B9. RGB value is (235,221,185). Sum of RGB (Red+Green+Blue) = 235+221+185=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 185 (72.66% from 255 or 28.86% from 641); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDB9 is #142246. Grayscale: #DDDDDD. Windows color (decimal): -1319495 or 12180971. OLE color: 12180971.
HSL color Cylindrical-coordinate representation of color #EBDDB9: hue angle of 43.2º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBDDB9 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 221 | 185 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.08 |
| HSL | 43.2º | 0.56% | 0.82% | - |
| HSV(B) | 43.2º | 0.21% | 0.92% | - |
| XYZ | 68.87 | 72.88 | 56.34 | - |
| YUV | 221.08 | 107.64 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 185 | 0 | 0.06 | 0.21 | 0.08 | 43.2 | 0.56 | 0.82 |
| Hex | EB | DD | B9 | 0 | 6 | 15 | 8 | 2B | 38 | 52 |
| Octal | 353 | 335 | 271 | 0 | 6 | 25 | 10 | 53 | 70 | 122 |
| Binary | 11101011 | 11011101 | 10111001 | 0 | 110 | 10101 | 1000 | 101011 | 111000 | 1010010 |
Color Harmonies of #EBDDB9
Complementary color
Monochromatic Colors of #EBDDB9
Black with #EBDDB9
Text Example
Text Example
White with #EBDDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDDB9; }
p { color: rgb(235,221,185); }
H1.HeaderClassName
{
color: #EBDDB9;
}
.AnyTagClassName
{
color: #EBDDB9;
}
</style>
background-color css
<style>
a { background-color: #EBDDB9; }
a { background-color: rgb(235,221,185); }
div.DivClassName
{
background-color: #EBDDB9;
}
.BgClassName
{
background-color: #EBDDB9;
}
</style>
border-color css
<style>
span { border-color: #EBDDB9; }
span { border-color: rgb(235,221,185); }
td.TdClassName
{
border-color: #EBDDB9;
}
.TagClassName
{
border-color: #EBDDB9;
}
</style>