Html Css Color HEX #EBDDBC Double Pearl Lusta
📋 copy color: '#EBDDBC'red 235 ◦ green 221 ◦ blue 188
Shades of Double Pearl Lusta #EBDDBC
Tints of Double Pearl Lusta #EBDDBC
RGB
CMYK
RGB Variations
Color information
#EBDDBC (or 0xEBDDBC) is known color: Double Pearl Lusta. HEX triplet: EB, DD and BC. RGB value is (235,221,188). Sum of RGB (Red+Green+Blue) = 235+221+188=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 188 (73.83% from 255 or 29.19% from 644); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDBC is #142243. Grayscale: #DDDDDD. Windows color (decimal): -1319492 or 12377579. OLE color: 12377579.
HSL color Cylindrical-coordinate representation of color #EBDDBC: hue angle of 42.13º degrees, saturation: 0.54, 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 #EBDDBC is Cyan = 0, Magento = 0.06, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 221 | 188 | - |
| CMYK | 0 | 0.06 | 0.2 | 0.08 |
| HSL | 42.13º | 0.54% | 0.83% | - |
| HSV(B) | 42.13º | 0.2% | 0.92% | - |
| XYZ | 69.19 | 73.01 | 58.02 | - |
| YUV | 221.42 | 109.14 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 188 | 0 | 0.06 | 0.2 | 0.08 | 42.13 | 0.54 | 0.83 |
| Hex | EB | DD | BC | 0 | 6 | 14 | 8 | 2A | 36 | 53 |
| Octal | 353 | 335 | 274 | 0 | 6 | 24 | 10 | 52 | 66 | 123 |
| Binary | 11101011 | 11011101 | 10111100 | 0 | 110 | 10100 | 1000 | 101010 | 110110 | 1010011 |
Color Harmonies of #EBDDBC
Complementary color
Monochromatic Colors of #EBDDBC
Black with #EBDDBC
Text Example
Text Example
White with #EBDDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDDBC; }
p { color: rgb(235,221,188); }
H1.HeaderClassName
{
color: #EBDDBC;
}
.AnyTagClassName
{
color: #EBDDBC;
}
</style>
background-color css
<style>
a { background-color: #EBDDBC; }
a { background-color: rgb(235,221,188); }
div.DivClassName
{
background-color: #EBDDBC;
}
.BgClassName
{
background-color: #EBDDBC;
}
</style>
border-color css
<style>
span { border-color: #EBDDBC; }
span { border-color: rgb(235,221,188); }
td.TdClassName
{
border-color: #EBDDBC;
}
.TagClassName
{
border-color: #EBDDBC;
}
</style>