Html Css Color HEX #EBDDB7 Double Pearl Lusta
📋 copy color: '#EBDDB7'red 235 ◦ green 221 ◦ blue 183
Shades of Double Pearl Lusta #EBDDB7
Tints of Double Pearl Lusta #EBDDB7
RGB
CMYK
RGB Variations
Color information
#EBDDB7 (or 0xEBDDB7) is known color: Double Pearl Lusta. HEX triplet: EB, DD and B7. RGB value is (235,221,183). Sum of RGB (Red+Green+Blue) = 235+221+183=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 183 (71.88% from 255 or 28.64% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDB7 is #142248. Grayscale: #DDDDDD. Windows color (decimal): -1319497 or 12049899. OLE color: 12049899.
HSL color Cylindrical-coordinate representation of color #EBDDB7: hue angle of 43.85º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBDDB7 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 221 | 183 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.08 |
| HSL | 43.85º | 0.57% | 0.82% | - |
| HSV(B) | 43.85º | 0.22% | 0.92% | - |
| XYZ | 68.66 | 72.79 | 55.23 | - |
| YUV | 220.85 | 106.64 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 183 | 0 | 0.06 | 0.22 | 0.08 | 43.85 | 0.57 | 0.82 |
| Hex | EB | DD | B7 | 0 | 6 | 16 | 8 | 2C | 39 | 52 |
| Octal | 353 | 335 | 267 | 0 | 6 | 26 | 10 | 54 | 71 | 122 |
| Binary | 11101011 | 11011101 | 10110111 | 0 | 110 | 10110 | 1000 | 101100 | 111001 | 1010010 |
Color Harmonies of #EBDDB7
Complementary color
Monochromatic Colors of #EBDDB7
Black with #EBDDB7
Text Example
Text Example
White with #EBDDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDDB7; }
p { color: rgb(235,221,183); }
H1.HeaderClassName
{
color: #EBDDB7;
}
.AnyTagClassName
{
color: #EBDDB7;
}
</style>
background-color css
<style>
a { background-color: #EBDDB7; }
a { background-color: rgb(235,221,183); }
div.DivClassName
{
background-color: #EBDDB7;
}
.BgClassName
{
background-color: #EBDDB7;
}
</style>
border-color css
<style>
span { border-color: #EBDDB7; }
span { border-color: rgb(235,221,183); }
td.TdClassName
{
border-color: #EBDDB7;
}
.TagClassName
{
border-color: #EBDDB7;
}
</style>