Html Css Color HEX #EBDDC0 Double Pearl Lusta
📋 copy color: '#EBDDC0'red 235 ◦ green 221 ◦ blue 192
Shades of Double Pearl Lusta #EBDDC0
Tints of Double Pearl Lusta #EBDDC0
RGB
CMYK
RGB Variations
Color information
#EBDDC0 (or 0xEBDDC0) is known color: Double Pearl Lusta. HEX triplet: EB, DD and C0. RGB value is (235,221,192). Sum of RGB (Red+Green+Blue) = 235+221+192=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 192 (75.39% from 255 or 29.63% from 648); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDC0 is #14223F. Grayscale: #DEDEDE. Windows color (decimal): -1319488 or 12639723. OLE color: 12639723.
HSL color Cylindrical-coordinate representation of color #EBDDC0: hue angle of 40.47º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBDDC0 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 221 | 192 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.08 |
| HSL | 40.47º | 0.52% | 0.84% | - |
| HSV(B) | 40.47º | 0.18% | 0.92% | - |
| XYZ | 69.63 | 73.18 | 60.32 | - |
| YUV | 221.88 | 111.14 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 192 | 0 | 0.06 | 0.18 | 0.08 | 40.47 | 0.52 | 0.84 |
| Hex | EB | DD | C0 | 0 | 6 | 12 | 8 | 28 | 34 | 54 |
| Octal | 353 | 335 | 300 | 0 | 6 | 22 | 10 | 50 | 64 | 124 |
| Binary | 11101011 | 11011101 | 11000000 | 0 | 110 | 10010 | 1000 | 101000 | 110100 | 1010100 |
Color Harmonies of #EBDDC0
Complementary color
Monochromatic Colors of #EBDDC0
Black with #EBDDC0
Text Example
Text Example
White with #EBDDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDDC0; }
p { color: rgb(235,221,192); }
H1.HeaderClassName
{
color: #EBDDC0;
}
.AnyTagClassName
{
color: #EBDDC0;
}
</style>
background-color css
<style>
a { background-color: #EBDDC0; }
a { background-color: rgb(235,221,192); }
div.DivClassName
{
background-color: #EBDDC0;
}
.BgClassName
{
background-color: #EBDDC0;
}
</style>
border-color css
<style>
span { border-color: #EBDDC0; }
span { border-color: rgb(235,221,192); }
td.TdClassName
{
border-color: #EBDDC0;
}
.TagClassName
{
border-color: #EBDDC0;
}
</style>