Html Css Color HEX #EBDCBC Double Pearl Lusta
📋 copy color: '#EBDCBC'red 235 ◦ green 220 ◦ blue 188
Shades of Double Pearl Lusta #EBDCBC
Tints of Double Pearl Lusta #EBDCBC
RGB
CMYK
RGB Variations
Color information
#EBDCBC (or 0xEBDCBC) is known color: Double Pearl Lusta. HEX triplet: EB, DC and BC. RGB value is (235,220,188). Sum of RGB (Red+Green+Blue) = 235+220+188=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 188 (73.83% from 255 or 29.24% from 643); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCBC is #142343. Grayscale: #DCDCDC. Windows color (decimal): -1319748 or 12377323. OLE color: 12377323.
HSL color Cylindrical-coordinate representation of color #EBDCBC: hue angle of 40.85º 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 #EBDCBC is Cyan = 0, Magento = 0.06, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 188 | - |
| CMYK | 0 | 0.06 | 0.2 | 0.08 |
| HSL | 40.85º | 0.54% | 0.83% | - |
| HSV(B) | 40.85º | 0.2% | 0.92% | - |
| XYZ | 68.93 | 72.48 | 57.93 | - |
| YUV | 220.84 | 109.47 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 188 | 0 | 0.06 | 0.2 | 0.08 | 40.85 | 0.54 | 0.83 |
| Hex | EB | DC | BC | 0 | 6 | 14 | 8 | 29 | 36 | 53 |
| Octal | 353 | 334 | 274 | 0 | 6 | 24 | 10 | 51 | 66 | 123 |
| Binary | 11101011 | 11011100 | 10111100 | 0 | 110 | 10100 | 1000 | 101001 | 110110 | 1010011 |
Color Harmonies of #EBDCBC
Complementary color
Monochromatic Colors of #EBDCBC
Black with #EBDCBC
Text Example
Text Example
White with #EBDCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDCBC; }
p { color: rgb(235,220,188); }
H1.HeaderClassName
{
color: #EBDCBC;
}
.AnyTagClassName
{
color: #EBDCBC;
}
</style>
background-color css
<style>
a { background-color: #EBDCBC; }
a { background-color: rgb(235,220,188); }
div.DivClassName
{
background-color: #EBDCBC;
}
.BgClassName
{
background-color: #EBDCBC;
}
</style>
border-color css
<style>
span { border-color: #EBDCBC; }
span { border-color: rgb(235,220,188); }
td.TdClassName
{
border-color: #EBDCBC;
}
.TagClassName
{
border-color: #EBDCBC;
}
</style>