Shades of Pearl Lusta #EDE3CB
Tints of Pearl Lusta #EDE3CB
RGB
CMYK
RGB Variations
Color information
#EDE3CB (or 0xEDE3CB) is known color: Pearl Lusta. HEX triplet: ED, E3 and CB. RGB value is (237,227,203). Sum of RGB (Red+Green+Blue) = 237+227+203=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 227 (89.06% from 255 or 34.03% from 667); Blue value is 203 (79.69% from 255 or 30.43% from 667); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE3CB is #121C34. Grayscale: #E3E3E3. Windows color (decimal): -1186869 or 13362157. OLE color: 13362157.
HSL color Cylindrical-coordinate representation of color #EDE3CB: hue angle of 42.35º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDE3CB is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 203 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.07 |
| HSL | 42.35º | 0.49% | 0.86% | - |
| HSV(B) | 42.35º | 0.14% | 0.93% | - |
| XYZ | 73.17 | 77.25 | 67.55 | - |
| YUV | 227.25 | 114.31 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 203 | 0 | 0.04 | 0.14 | 0.07 | 42.35 | 0.49 | 0.86 |
| Hex | ED | E3 | CB | 0 | 4 | E | 7 | 2A | 31 | 56 |
| Octal | 355 | 343 | 313 | 0 | 4 | 16 | 7 | 52 | 61 | 126 |
| Binary | 11101101 | 11100011 | 11001011 | 0 | 100 | 1110 | 111 | 101010 | 110001 | 1010110 |
Color Harmonies of #EDE3CB
Complementary color
Monochromatic Colors of #EDE3CB
Black with #EDE3CB
Text Example
Text Example
White with #EDE3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE3CB; }
p { color: rgb(237,227,203); }
H1.HeaderClassName
{
color: #EDE3CB;
}
.AnyTagClassName
{
color: #EDE3CB;
}
</style>
background-color css
<style>
a { background-color: #EDE3CB; }
a { background-color: rgb(237,227,203); }
div.DivClassName
{
background-color: #EDE3CB;
}
.BgClassName
{
background-color: #EDE3CB;
}
</style>
border-color css
<style>
span { border-color: #EDE3CB; }
span { border-color: rgb(237,227,203); }
td.TdClassName
{
border-color: #EDE3CB;
}
.TagClassName
{
border-color: #EDE3CB;
}
</style>