Html Css Color HEX #EBDBB9 Double Pearl Lusta
📋 copy color: '#EBDBB9'red 235 ◦ green 219 ◦ blue 185
Shades of Double Pearl Lusta #EBDBB9
Tints of Double Pearl Lusta #EBDBB9
RGB
CMYK
RGB Variations
Color information
#EBDBB9 (or 0xEBDBB9) is known color: Double Pearl Lusta. HEX triplet: EB, DB and B9. RGB value is (235,219,185). Sum of RGB (Red+Green+Blue) = 235+219+185=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 185 (72.66% from 255 or 28.95% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBB9 is #142446. Grayscale: #DCDCDC. Windows color (decimal): -1320007 or 12180459. OLE color: 12180459.
HSL color Cylindrical-coordinate representation of color #EBDBB9: hue angle of 40.8º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBDBB9 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 219 | 185 | - |
CMYK | 0 | 0.07 | 0.21 | 0.08 |
HSL | 40.8º | 0.56% | 0.82% | - |
HSV(B) | 40.8º | 0.21% | 0.92% | - |
XYZ | 68.35 | 71.83 | 56.16 | - |
YUV | 219.91 | 108.3 | 138.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 219 | 185 | 0 | 0.07 | 0.21 | 0.08 | 40.8 | 0.56 | 0.82 |
Hex | EB | DB | B9 | 0 | 7 | 15 | 8 | 29 | 38 | 52 |
Octal | 353 | 333 | 271 | 0 | 7 | 25 | 10 | 51 | 70 | 122 |
Binary | 11101011 | 11011011 | 10111001 | 0 | 111 | 10101 | 1000 | 101001 | 111000 | 1010010 |
Color Harmonies of #EBDBB9
Complementary color
Monochromatic Colors of #EBDBB9
Black with #EBDBB9
Text Example
Text Example
White with #EBDBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDBB9; }
p { color: rgb(235,219,185); }
H1.HeaderClassName
{
color: #EBDBB9;
}
.AnyTagClassName
{
color: #EBDBB9;
}
</style>
background-color css
<style>
a { background-color: #EBDBB9; }
a { background-color: rgb(235,219,185); }
div.DivClassName
{
background-color: #EBDBB9;
}
.BgClassName
{
background-color: #EBDBB9;
}
</style>
border-color css
<style>
span { border-color: #EBDBB9; }
span { border-color: rgb(235,219,185); }
td.TdClassName
{
border-color: #EBDBB9;
}
.TagClassName
{
border-color: #EBDBB9;
}
</style>