Html Css Color HEX #EBDDBD Double Pearl Lusta
📋 copy color: '#EBDDBD'red 235 ◦ green 221 ◦ blue 189
Shades of Double Pearl Lusta #EBDDBD
Tints of Double Pearl Lusta #EBDDBD
RGB
CMYK
RGB Variations
Color information
#EBDDBD (or 0xEBDDBD) is known color: Double Pearl Lusta. HEX triplet: EB, DD and BD. RGB value is (235,221,189). Sum of RGB (Red+Green+Blue) = 235+221+189=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 189 (74.22% from 255 or 29.30% from 645); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDBD is #142242. Grayscale: #DDDDDD. Windows color (decimal): -1319491 or 12443115. OLE color: 12443115.
HSL color Cylindrical-coordinate representation of color #EBDDBD: hue angle of 41.74º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBDDBD is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 221 | 189 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.08 |
| HSL | 41.74º | 0.53% | 0.83% | - |
| HSV(B) | 41.74º | 0.2% | 0.92% | - |
| XYZ | 69.3 | 73.05 | 58.59 | - |
| YUV | 221.54 | 109.64 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 189 | 0 | 0.06 | 0.20 | 0.08 | 41.74 | 0.53 | 0.83 |
| Hex | EB | DD | BD | 0 | 6 | 14 | 8 | 2A | 35 | 53 |
| Octal | 353 | 335 | 275 | 0 | 6 | 24 | 10 | 52 | 65 | 123 |
| Binary | 11101011 | 11011101 | 10111101 | 0 | 110 | 10100 | 1000 | 101010 | 110101 | 1010011 |
Color Harmonies of #EBDDBD
Complementary color
Monochromatic Colors of #EBDDBD
Black with #EBDDBD
Text Example
Text Example
White with #EBDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDDBD; }
p { color: rgb(235,221,189); }
H1.HeaderClassName
{
color: #EBDDBD;
}
.AnyTagClassName
{
color: #EBDDBD;
}
</style>
background-color css
<style>
a { background-color: #EBDDBD; }
a { background-color: rgb(235,221,189); }
div.DivClassName
{
background-color: #EBDDBD;
}
.BgClassName
{
background-color: #EBDDBD;
}
</style>
border-color css
<style>
span { border-color: #EBDDBD; }
span { border-color: rgb(235,221,189); }
td.TdClassName
{
border-color: #EBDDBD;
}
.TagClassName
{
border-color: #EBDDBD;
}
</style>