Shades of Pearl Lusta #E5DECB
Tints of Pearl Lusta #E5DECB
RGB
CMYK
RGB Variations
Color information
#E5DECB (or 0xE5DECB) is known color: Pearl Lusta. HEX triplet: E5, DE and CB. RGB value is (229,222,203). Sum of RGB (Red+Green+Blue) = 229+222+203=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 203 (79.69% from 255 or 31.04% from 654); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DECB is #1A2134. Grayscale: #DEDEDE. Windows color (decimal): -1712437 or 13360869. OLE color: 13360869.
HSL color Cylindrical-coordinate representation of color #E5DECB: hue angle of 43.85º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5DECB is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 222 | 203 | - |
CMYK | 0 | 0.03 | 0.11 | 0.10 |
HSL | 43.85º | 0.33% | 0.85% | - |
HSV(B) | 43.85º | 0.11% | 0.9% | - |
XYZ | 69.21 | 73.21 | 66.98 | - |
YUV | 221.93 | 117.32 | 133.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 222 | 203 | 0 | 0.03 | 0.11 | 0.10 | 43.85 | 0.33 | 0.85 |
Hex | E5 | DE | CB | 0 | 3 | B | A | 2C | 21 | 55 |
Octal | 345 | 336 | 313 | 0 | 3 | 13 | 12 | 54 | 41 | 125 |
Binary | 11100101 | 11011110 | 11001011 | 0 | 11 | 1011 | 1010 | 101100 | 100001 | 1010101 |
Color Harmonies of #E5DECB
Complementary color
Monochromatic Colors of #E5DECB
Black with #E5DECB
Text Example
Text Example
White with #E5DECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DECB; }
p { color: rgb(229,222,203); }
H1.HeaderClassName
{
color: #E5DECB;
}
.AnyTagClassName
{
color: #E5DECB;
}
</style>
background-color css
<style>
a { background-color: #E5DECB; }
a { background-color: rgb(229,222,203); }
div.DivClassName
{
background-color: #E5DECB;
}
.BgClassName
{
background-color: #E5DECB;
}
</style>
border-color css
<style>
span { border-color: #E5DECB; }
span { border-color: rgb(229,222,203); }
td.TdClassName
{
border-color: #E5DECB;
}
.TagClassName
{
border-color: #E5DECB;
}
</style>