Shades of Pearl Lusta #EDDFC3
Tints of Pearl Lusta #EDDFC3
RGB
CMYK
RGB Variations
Color information
#EDDFC3 (or 0xEDDFC3) is known color: Pearl Lusta. HEX triplet: ED, DF and C3. RGB value is (237,223,195). Sum of RGB (Red+Green+Blue) = 237+223+195=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 195 (76.56% from 255 or 29.77% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFC3 is #12203C. Grayscale: #E0E0E0. Windows color (decimal): -1187901 or 12836845. OLE color: 12836845.
HSL color Cylindrical-coordinate representation of color #EDDFC3: hue angle of 40º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDDFC3 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 195 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.07 |
| HSL | 40º | 0.54% | 0.85% | - |
| HSV(B) | 40º | 0.18% | 0.93% | - |
| XYZ | 71.16 | 74.72 | 62.3 | - |
| YUV | 223.99 | 111.64 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 195 | 0 | 0.06 | 0.18 | 0.07 | 40 | 0.54 | 0.85 |
| Hex | ED | DF | C3 | 0 | 6 | 12 | 7 | 28 | 36 | 55 |
| Octal | 355 | 337 | 303 | 0 | 6 | 22 | 7 | 50 | 66 | 125 |
| Binary | 11101101 | 11011111 | 11000011 | 0 | 110 | 10010 | 111 | 101000 | 110110 | 1010101 |
Color Harmonies of #EDDFC3
Complementary color
Monochromatic Colors of #EDDFC3
Black with #EDDFC3
Text Example
Text Example
White with #EDDFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDFC3; }
p { color: rgb(237,223,195); }
H1.HeaderClassName
{
color: #EDDFC3;
}
.AnyTagClassName
{
color: #EDDFC3;
}
</style>
background-color css
<style>
a { background-color: #EDDFC3; }
a { background-color: rgb(237,223,195); }
div.DivClassName
{
background-color: #EDDFC3;
}
.BgClassName
{
background-color: #EDDFC3;
}
</style>
border-color css
<style>
span { border-color: #EDDFC3; }
span { border-color: rgb(237,223,195); }
td.TdClassName
{
border-color: #EDDFC3;
}
.TagClassName
{
border-color: #EDDFC3;
}
</style>