Html Css Color HEX #EBDFBB Double Pearl Lusta
📋 copy color: '#EBDFBB'red 235 ◦ green 223 ◦ blue 187
Shades of Double Pearl Lusta #EBDFBB
Tints of Double Pearl Lusta #EBDFBB
RGB
CMYK
RGB Variations
Color information
#EBDFBB (or 0xEBDFBB) is known color: Double Pearl Lusta. HEX triplet: EB, DF and BB. RGB value is (235,223,187). Sum of RGB (Red+Green+Blue) = 235+223+187=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 187 (73.44% from 255 or 28.99% from 645); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFBB is #142044. Grayscale: #DEDEDE. Windows color (decimal): -1318981 or 12312555. OLE color: 12312555.
HSL color Cylindrical-coordinate representation of color #EBDFBB: hue angle of 45º degrees, saturation: 0.55, 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 #EBDFBB is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 223 | 187 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.08 |
| HSL | 45º | 0.55% | 0.83% | - |
| HSV(B) | 45º | 0.2% | 0.92% | - |
| XYZ | 69.62 | 74.03 | 57.63 | - |
| YUV | 222.48 | 107.98 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 187 | 0 | 0.05 | 0.20 | 0.08 | 45 | 0.55 | 0.83 |
| Hex | EB | DF | BB | 0 | 5 | 14 | 8 | 2D | 37 | 53 |
| Octal | 353 | 337 | 273 | 0 | 5 | 24 | 10 | 55 | 67 | 123 |
| Binary | 11101011 | 11011111 | 10111011 | 0 | 101 | 10100 | 1000 | 101101 | 110111 | 1010011 |
Color Harmonies of #EBDFBB
Complementary color
Monochromatic Colors of #EBDFBB
Black with #EBDFBB
Text Example
Text Example
White with #EBDFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDFBB; }
p { color: rgb(235,223,187); }
H1.HeaderClassName
{
color: #EBDFBB;
}
.AnyTagClassName
{
color: #EBDFBB;
}
</style>
background-color css
<style>
a { background-color: #EBDFBB; }
a { background-color: rgb(235,223,187); }
div.DivClassName
{
background-color: #EBDFBB;
}
.BgClassName
{
background-color: #EBDFBB;
}
</style>
border-color css
<style>
span { border-color: #EBDFBB; }
span { border-color: rgb(235,223,187); }
td.TdClassName
{
border-color: #EBDFBB;
}
.TagClassName
{
border-color: #EBDFBB;
}
</style>