Shades of Pearl Lusta #EDE3C9
Tints of Pearl Lusta #EDE3C9
RGB
CMYK
RGB Variations
Color information
#EDE3C9 (or 0xEDE3C9) is known color: Pearl Lusta. HEX triplet: ED, E3 and C9. RGB value is (237,227,201). Sum of RGB (Red+Green+Blue) = 237+227+201=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 227 (89.06% from 255 or 34.14% from 665); Blue value is 201 (78.91% from 255 or 30.23% from 665); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE3C9 is #121C36. Grayscale: #E3E3E3. Windows color (decimal): -1186871 or 13231085. OLE color: 13231085.
HSL color Cylindrical-coordinate representation of color #EDE3C9: hue angle of 43.33º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDE3C9 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 201 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.07 |
| HSL | 43.33º | 0.5% | 0.86% | - |
| HSV(B) | 43.33º | 0.15% | 0.93% | - |
| XYZ | 72.94 | 77.16 | 66.31 | - |
| YUV | 227.03 | 113.31 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 201 | 0 | 0.04 | 0.15 | 0.07 | 43.33 | 0.5 | 0.86 |
| Hex | ED | E3 | C9 | 0 | 4 | F | 7 | 2B | 32 | 56 |
| Octal | 355 | 343 | 311 | 0 | 4 | 17 | 7 | 53 | 62 | 126 |
| Binary | 11101101 | 11100011 | 11001001 | 0 | 100 | 1111 | 111 | 101011 | 110010 | 1010110 |
Color Harmonies of #EDE3C9
Complementary color
Monochromatic Colors of #EDE3C9
Black with #EDE3C9
Text Example
Text Example
White with #EDE3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE3C9; }
p { color: rgb(237,227,201); }
H1.HeaderClassName
{
color: #EDE3C9;
}
.AnyTagClassName
{
color: #EDE3C9;
}
</style>
background-color css
<style>
a { background-color: #EDE3C9; }
a { background-color: rgb(237,227,201); }
div.DivClassName
{
background-color: #EDE3C9;
}
.BgClassName
{
background-color: #EDE3C9;
}
</style>
border-color css
<style>
span { border-color: #EDE3C9; }
span { border-color: rgb(237,227,201); }
td.TdClassName
{
border-color: #EDE3C9;
}
.TagClassName
{
border-color: #EDE3C9;
}
</style>