Html Css Color HEX #EBDFBC Double Pearl Lusta
📋 copy color: '#EBDFBC'red 235 ◦ green 223 ◦ blue 188
Shades of Double Pearl Lusta #EBDFBC
Tints of Double Pearl Lusta #EBDFBC
RGB
CMYK
RGB Variations
Color information
#EBDFBC (or 0xEBDFBC) is known color: Double Pearl Lusta. HEX triplet: EB, DF and BC. RGB value is (235,223,188). Sum of RGB (Red+Green+Blue) = 235+223+188=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 188 (73.83% from 255 or 29.10% from 646); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFBC is #142043. Grayscale: #DEDEDE. Windows color (decimal): -1318980 or 12378091. OLE color: 12378091.
HSL color Cylindrical-coordinate representation of color #EBDFBC: hue angle of 44.68º 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 #EBDFBC is Cyan = 0, Magento = 0.05, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 223 | 188 | - |
| CMYK | 0 | 0.05 | 0.2 | 0.08 |
| HSL | 44.68º | 0.54% | 0.83% | - |
| HSV(B) | 44.68º | 0.2% | 0.92% | - |
| XYZ | 69.73 | 74.07 | 58.2 | - |
| YUV | 222.6 | 108.48 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 188 | 0 | 0.05 | 0.2 | 0.08 | 44.68 | 0.54 | 0.83 |
| Hex | EB | DF | BC | 0 | 5 | 14 | 8 | 2D | 36 | 53 |
| Octal | 353 | 337 | 274 | 0 | 5 | 24 | 10 | 55 | 66 | 123 |
| Binary | 11101011 | 11011111 | 10111100 | 0 | 101 | 10100 | 1000 | 101101 | 110110 | 1010011 |
Color Harmonies of #EBDFBC
Complementary color
Monochromatic Colors of #EBDFBC
Black with #EBDFBC
Text Example
Text Example
White with #EBDFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDFBC; }
p { color: rgb(235,223,188); }
H1.HeaderClassName
{
color: #EBDFBC;
}
.AnyTagClassName
{
color: #EBDFBC;
}
</style>
background-color css
<style>
a { background-color: #EBDFBC; }
a { background-color: rgb(235,223,188); }
div.DivClassName
{
background-color: #EBDFBC;
}
.BgClassName
{
background-color: #EBDFBC;
}
</style>
border-color css
<style>
span { border-color: #EBDFBC; }
span { border-color: rgb(235,223,188); }
td.TdClassName
{
border-color: #EBDFBC;
}
.TagClassName
{
border-color: #EBDFBC;
}
</style>