Shades of Pearl Lusta #EDE3C5
Tints of Pearl Lusta #EDE3C5
RGB
CMYK
RGB Variations
Color information
#EDE3C5 (or 0xEDE3C5) is known color: Pearl Lusta. HEX triplet: ED, E3 and C5. RGB value is (237,227,197). Sum of RGB (Red+Green+Blue) = 237+227+197=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 227 (89.06% from 255 or 34.34% from 661); Blue value is 197 (77.34% from 255 or 29.80% from 661); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE3C5 is #121C3A. Grayscale: #E2E2E2. Windows color (decimal): -1186875 or 12968941. OLE color: 12968941.
HSL color Cylindrical-coordinate representation of color #EDE3C5: hue angle of 45º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDE3C5 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 197 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.07 |
| HSL | 45º | 0.53% | 0.85% | - |
| HSV(B) | 45º | 0.17% | 0.93% | - |
| XYZ | 72.47 | 76.97 | 63.86 | - |
| YUV | 226.57 | 111.31 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 197 | 0 | 0.04 | 0.17 | 0.07 | 45 | 0.53 | 0.85 |
| Hex | ED | E3 | C5 | 0 | 4 | 11 | 7 | 2D | 35 | 55 |
| Octal | 355 | 343 | 305 | 0 | 4 | 21 | 7 | 55 | 65 | 125 |
| Binary | 11101101 | 11100011 | 11000101 | 0 | 100 | 10001 | 111 | 101101 | 110101 | 1010101 |
Color Harmonies of #EDE3C5
Complementary color
Monochromatic Colors of #EDE3C5
Black with #EDE3C5
Text Example
Text Example
White with #EDE3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE3C5; }
p { color: rgb(237,227,197); }
H1.HeaderClassName
{
color: #EDE3C5;
}
.AnyTagClassName
{
color: #EDE3C5;
}
</style>
background-color css
<style>
a { background-color: #EDE3C5; }
a { background-color: rgb(237,227,197); }
div.DivClassName
{
background-color: #EDE3C5;
}
.BgClassName
{
background-color: #EDE3C5;
}
</style>
border-color css
<style>
span { border-color: #EDE3C5; }
span { border-color: rgb(237,227,197); }
td.TdClassName
{
border-color: #EDE3C5;
}
.TagClassName
{
border-color: #EDE3C5;
}
</style>