Html Css Color HEX #EBDEC0 Double Pearl Lusta
📋 copy color: '#EBDEC0'red 235 ◦ green 222 ◦ blue 192
Shades of Double Pearl Lusta #EBDEC0
Tints of Double Pearl Lusta #EBDEC0
RGB
CMYK
RGB Variations
Color information
#EBDEC0 (or 0xEBDEC0) is known color: Double Pearl Lusta. HEX triplet: EB, DE and C0. RGB value is (235,222,192). Sum of RGB (Red+Green+Blue) = 235+222+192=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 192 (75.39% from 255 or 29.58% from 649); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDEC0 is #14213F. Grayscale: #DEDEDE. Windows color (decimal): -1319232 or 12639979. OLE color: 12639979.
HSL color Cylindrical-coordinate representation of color #EBDEC0: hue angle of 41.86º 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 #EBDEC0 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 222 | 192 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.08 |
| HSL | 41.86º | 0.52% | 0.84% | - |
| HSV(B) | 41.86º | 0.18% | 0.92% | - |
| XYZ | 69.9 | 73.71 | 60.41 | - |
| YUV | 222.47 | 110.81 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 222 | 192 | 0 | 0.06 | 0.18 | 0.08 | 41.86 | 0.52 | 0.84 |
| Hex | EB | DE | C0 | 0 | 6 | 12 | 8 | 2A | 34 | 54 |
| Octal | 353 | 336 | 300 | 0 | 6 | 22 | 10 | 52 | 64 | 124 |
| Binary | 11101011 | 11011110 | 11000000 | 0 | 110 | 10010 | 1000 | 101010 | 110100 | 1010100 |
Color Harmonies of #EBDEC0
Complementary color
Monochromatic Colors of #EBDEC0
Black with #EBDEC0
Text Example
Text Example
White with #EBDEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDEC0; }
p { color: rgb(235,222,192); }
H1.HeaderClassName
{
color: #EBDEC0;
}
.AnyTagClassName
{
color: #EBDEC0;
}
</style>
background-color css
<style>
a { background-color: #EBDEC0; }
a { background-color: rgb(235,222,192); }
div.DivClassName
{
background-color: #EBDEC0;
}
.BgClassName
{
background-color: #EBDEC0;
}
</style>
border-color css
<style>
span { border-color: #EBDEC0; }
span { border-color: rgb(235,222,192); }
td.TdClassName
{
border-color: #EBDEC0;
}
.TagClassName
{
border-color: #EBDEC0;
}
</style>