Shades of Pearl Lusta #EDE3CA
Tints of Pearl Lusta #EDE3CA
RGB
CMYK
RGB Variations
Color information
#EDE3CA (or 0xEDE3CA) is known color: Pearl Lusta. HEX triplet: ED, E3 and CA. RGB value is (237,227,202). Sum of RGB (Red+Green+Blue) = 237+227+202=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 227 (89.06% from 255 or 34.08% from 666); Blue value is 202 (79.30% from 255 or 30.33% from 666); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE3CA is #121C35. Grayscale: #E3E3E3. Windows color (decimal): -1186870 or 13296621. OLE color: 13296621.
HSL color Cylindrical-coordinate representation of color #EDE3CA: hue angle of 42.86º degrees, saturation: 0.49, 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 #EDE3CA is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 202 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.07 |
| HSL | 42.86º | 0.49% | 0.86% | - |
| HSV(B) | 42.86º | 0.15% | 0.93% | - |
| XYZ | 73.05 | 77.21 | 66.93 | - |
| YUV | 227.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 202 | 0 | 0.04 | 0.15 | 0.07 | 42.86 | 0.49 | 0.86 |
| Hex | ED | E3 | CA | 0 | 4 | F | 7 | 2B | 31 | 56 |
| Octal | 355 | 343 | 312 | 0 | 4 | 17 | 7 | 53 | 61 | 126 |
| Binary | 11101101 | 11100011 | 11001010 | 0 | 100 | 1111 | 111 | 101011 | 110001 | 1010110 |
Color Harmonies of #EDE3CA
Complementary color
Monochromatic Colors of #EDE3CA
Black with #EDE3CA
Text Example
Text Example
White with #EDE3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE3CA; }
p { color: rgb(237,227,202); }
H1.HeaderClassName
{
color: #EDE3CA;
}
.AnyTagClassName
{
color: #EDE3CA;
}
</style>
background-color css
<style>
a { background-color: #EDE3CA; }
a { background-color: rgb(237,227,202); }
div.DivClassName
{
background-color: #EDE3CA;
}
.BgClassName
{
background-color: #EDE3CA;
}
</style>
border-color css
<style>
span { border-color: #EDE3CA; }
span { border-color: rgb(237,227,202); }
td.TdClassName
{
border-color: #EDE3CA;
}
.TagClassName
{
border-color: #EDE3CA;
}
</style>