Shades of Pearl Lusta #E6DECB
Tints of Pearl Lusta #E6DECB
RGB
CMYK
RGB Variations
Color information
#E6DECB (or 0xE6DECB) is known color: Pearl Lusta. HEX triplet: E6, DE and CB. RGB value is (230,222,203). Sum of RGB (Red+Green+Blue) = 230+222+203=655 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.11% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 203 (79.69% from 255 or 30.99% from 655); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DECB is #192134. Grayscale: #DEDEDE. Windows color (decimal): -1646901 or 13360870. OLE color: 13360870.
HSL color Cylindrical-coordinate representation of color #E6DECB: hue angle of 42.22º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6DECB is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 222 | 203 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.10 |
| HSL | 42.22º | 0.35% | 0.85% | - |
| HSV(B) | 42.22º | 0.12% | 0.9% | - |
| XYZ | 69.53 | 73.38 | 67 | - |
| YUV | 222.23 | 117.15 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 222 | 203 | 0 | 0.03 | 0.12 | 0.10 | 42.22 | 0.35 | 0.85 |
| Hex | E6 | DE | CB | 0 | 3 | C | A | 2A | 23 | 55 |
| Octal | 346 | 336 | 313 | 0 | 3 | 14 | 12 | 52 | 43 | 125 |
| Binary | 11100110 | 11011110 | 11001011 | 0 | 11 | 1100 | 1010 | 101010 | 100011 | 1010101 |
Color Harmonies of #E6DECB
Complementary color
Monochromatic Colors of #E6DECB
Black with #E6DECB
Text Example
Text Example
White with #E6DECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DECB; }
p { color: rgb(230,222,203); }
H1.HeaderClassName
{
color: #E6DECB;
}
.AnyTagClassName
{
color: #E6DECB;
}
</style>
background-color css
<style>
a { background-color: #E6DECB; }
a { background-color: rgb(230,222,203); }
div.DivClassName
{
background-color: #E6DECB;
}
.BgClassName
{
background-color: #E6DECB;
}
</style>
border-color css
<style>
span { border-color: #E6DECB; }
span { border-color: rgb(230,222,203); }
td.TdClassName
{
border-color: #E6DECB;
}
.TagClassName
{
border-color: #E6DECB;
}
</style>