Shades of Pearl Lusta #EDE3C4
Tints of Pearl Lusta #EDE3C4
RGB
CMYK
RGB Variations
Color information
#EDE3C4 (or 0xEDE3C4) is known color: Pearl Lusta. HEX triplet: ED, E3 and C4. RGB value is (237,227,196). Sum of RGB (Red+Green+Blue) = 237+227+196=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 227 (89.06% from 255 or 34.39% from 660); Blue value is 196 (76.95% from 255 or 29.70% from 660); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE3C4 is #121C3B. Grayscale: #E2E2E2. Windows color (decimal): -1186876 or 12903405. OLE color: 12903405.
HSL color Cylindrical-coordinate representation of color #EDE3C4: hue angle of 45.37º 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 #EDE3C4 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 196 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.07 |
| HSL | 45.37º | 0.53% | 0.85% | - |
| HSV(B) | 45.37º | 0.17% | 0.93% | - |
| XYZ | 72.36 | 76.93 | 63.26 | - |
| YUV | 226.46 | 110.81 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 196 | 0 | 0.04 | 0.17 | 0.07 | 45.37 | 0.53 | 0.85 |
| Hex | ED | E3 | C4 | 0 | 4 | 11 | 7 | 2D | 35 | 55 |
| Octal | 355 | 343 | 304 | 0 | 4 | 21 | 7 | 55 | 65 | 125 |
| Binary | 11101101 | 11100011 | 11000100 | 0 | 100 | 10001 | 111 | 101101 | 110101 | 1010101 |
Color Harmonies of #EDE3C4
Complementary color
Monochromatic Colors of #EDE3C4
Black with #EDE3C4
Text Example
Text Example
White with #EDE3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE3C4; }
p { color: rgb(237,227,196); }
H1.HeaderClassName
{
color: #EDE3C4;
}
.AnyTagClassName
{
color: #EDE3C4;
}
</style>
background-color css
<style>
a { background-color: #EDE3C4; }
a { background-color: rgb(237,227,196); }
div.DivClassName
{
background-color: #EDE3C4;
}
.BgClassName
{
background-color: #EDE3C4;
}
</style>
border-color css
<style>
span { border-color: #EDE3C4; }
span { border-color: rgb(237,227,196); }
td.TdClassName
{
border-color: #EDE3C4;
}
.TagClassName
{
border-color: #EDE3C4;
}
</style>