Shades of Pearl Lusta #EDE3C6
Tints of Pearl Lusta #EDE3C6
RGB
CMYK
RGB Variations
Color information
#EDE3C6 (or 0xEDE3C6) is known color: Pearl Lusta. HEX triplet: ED, E3 and C6. RGB value is (237,227,198). Sum of RGB (Red+Green+Blue) = 237+227+198=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 227 (89.06% from 255 or 34.29% from 662); Blue value is 198 (77.73% from 255 or 29.91% from 662); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE3C6 is #121C39. Grayscale: #E2E2E2. Windows color (decimal): -1186874 or 13034477. OLE color: 13034477.
HSL color Cylindrical-coordinate representation of color #EDE3C6: hue angle of 44.62º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDE3C6 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 198 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.07 |
| HSL | 44.62º | 0.52% | 0.85% | - |
| HSV(B) | 44.62º | 0.16% | 0.93% | - |
| XYZ | 72.59 | 77.02 | 64.47 | - |
| YUV | 226.68 | 111.81 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 198 | 0 | 0.04 | 0.16 | 0.07 | 44.62 | 0.52 | 0.85 |
| Hex | ED | E3 | C6 | 0 | 4 | 10 | 7 | 2D | 34 | 55 |
| Octal | 355 | 343 | 306 | 0 | 4 | 20 | 7 | 55 | 64 | 125 |
| Binary | 11101101 | 11100011 | 11000110 | 0 | 100 | 10000 | 111 | 101101 | 110100 | 1010101 |
Color Harmonies of #EDE3C6
Complementary color
Monochromatic Colors of #EDE3C6
Black with #EDE3C6
Text Example
Text Example
White with #EDE3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE3C6; }
p { color: rgb(237,227,198); }
H1.HeaderClassName
{
color: #EDE3C6;
}
.AnyTagClassName
{
color: #EDE3C6;
}
</style>
background-color css
<style>
a { background-color: #EDE3C6; }
a { background-color: rgb(237,227,198); }
div.DivClassName
{
background-color: #EDE3C6;
}
.BgClassName
{
background-color: #EDE3C6;
}
</style>
border-color css
<style>
span { border-color: #EDE3C6; }
span { border-color: rgb(237,227,198); }
td.TdClassName
{
border-color: #EDE3C6;
}
.TagClassName
{
border-color: #EDE3C6;
}
</style>