Html Css Color HEX #EBDDB8 Double Pearl Lusta
📋 copy color: '#EBDDB8'red 235 ◦ green 221 ◦ blue 184
Shades of Double Pearl Lusta #EBDDB8
Tints of Double Pearl Lusta #EBDDB8
RGB
CMYK
RGB Variations
Color information
#EBDDB8 (or 0xEBDDB8) is known color: Double Pearl Lusta. HEX triplet: EB, DD and B8. RGB value is (235,221,184). Sum of RGB (Red+Green+Blue) = 235+221+184=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 184 (72.27% from 255 or 28.75% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDB8 is #142247. Grayscale: #DDDDDD. Windows color (decimal): -1319496 or 12115435. OLE color: 12115435.
HSL color Cylindrical-coordinate representation of color #EBDDB8: hue angle of 43.53º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBDDB8 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 221 | 184 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.08 |
| HSL | 43.53º | 0.56% | 0.82% | - |
| HSV(B) | 43.53º | 0.22% | 0.92% | - |
| XYZ | 68.77 | 72.84 | 55.78 | - |
| YUV | 220.97 | 107.14 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 184 | 0 | 0.06 | 0.22 | 0.08 | 43.53 | 0.56 | 0.82 |
| Hex | EB | DD | B8 | 0 | 6 | 16 | 8 | 2C | 38 | 52 |
| Octal | 353 | 335 | 270 | 0 | 6 | 26 | 10 | 54 | 70 | 122 |
| Binary | 11101011 | 11011101 | 10111000 | 0 | 110 | 10110 | 1000 | 101100 | 111000 | 1010010 |
Color Harmonies of #EBDDB8
Complementary color
Monochromatic Colors of #EBDDB8
Black with #EBDDB8
Text Example
Text Example
White with #EBDDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDDB8; }
p { color: rgb(235,221,184); }
H1.HeaderClassName
{
color: #EBDDB8;
}
.AnyTagClassName
{
color: #EBDDB8;
}
</style>
background-color css
<style>
a { background-color: #EBDDB8; }
a { background-color: rgb(235,221,184); }
div.DivClassName
{
background-color: #EBDDB8;
}
.BgClassName
{
background-color: #EBDDB8;
}
</style>
border-color css
<style>
span { border-color: #EBDDB8; }
span { border-color: rgb(235,221,184); }
td.TdClassName
{
border-color: #EBDDB8;
}
.TagClassName
{
border-color: #EBDDB8;
}
</style>