Shades of Pearl Lusta #E6DEC7
Tints of Pearl Lusta #E6DEC7
RGB
CMYK
RGB Variations
Color information
#E6DEC7 (or 0xE6DEC7) is known color: Pearl Lusta. HEX triplet: E6, DE and C7. RGB value is (230,222,199). Sum of RGB (Red+Green+Blue) = 230+222+199=651 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.33% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 199 (78.12% from 255 or 30.57% from 651); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DEC7 is #192138. Grayscale: #DDDDDD. Windows color (decimal): -1646905 or 13098726. OLE color: 13098726.
HSL color Cylindrical-coordinate representation of color #E6DEC7: hue angle of 44.52º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6DEC7 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 222 | 199 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.10 |
| HSL | 44.52º | 0.38% | 0.84% | - |
| HSV(B) | 44.52º | 0.13% | 0.9% | - |
| XYZ | 69.06 | 73.19 | 64.52 | - |
| YUV | 221.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 222 | 199 | 0 | 0.03 | 0.13 | 0.10 | 44.52 | 0.38 | 0.84 |
| Hex | E6 | DE | C7 | 0 | 3 | D | A | 2D | 26 | 54 |
| Octal | 346 | 336 | 307 | 0 | 3 | 15 | 12 | 55 | 46 | 124 |
| Binary | 11100110 | 11011110 | 11000111 | 0 | 11 | 1101 | 1010 | 101101 | 100110 | 1010100 |
Color Harmonies of #E6DEC7
Complementary color
Monochromatic Colors of #E6DEC7
Black with #E6DEC7
Text Example
Text Example
White with #E6DEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DEC7; }
p { color: rgb(230,222,199); }
H1.HeaderClassName
{
color: #E6DEC7;
}
.AnyTagClassName
{
color: #E6DEC7;
}
</style>
background-color css
<style>
a { background-color: #E6DEC7; }
a { background-color: rgb(230,222,199); }
div.DivClassName
{
background-color: #E6DEC7;
}
.BgClassName
{
background-color: #E6DEC7;
}
</style>
border-color css
<style>
span { border-color: #E6DEC7; }
span { border-color: rgb(230,222,199); }
td.TdClassName
{
border-color: #E6DEC7;
}
.TagClassName
{
border-color: #E6DEC7;
}
</style>