Shades of Provincial Pink #EDE3DF
Tints of Provincial Pink #EDE3DF
RGB
CMYK
RGB Variations
Color information
#EDE3DF (or 0xEDE3DF) is known color: Provincial Pink. HEX triplet: ED, E3 and DF. RGB value is (237,227,223). Sum of RGB (Red+Green+Blue) = 237+227+223=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 227 (89.06% from 255 or 33.04% from 687); Blue value is 223 (87.5% from 255 or 32.46% from 687); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE3DF is #121C20. Grayscale: #E5E5E5. Windows color (decimal): -1186849 or 14672877. OLE color: 14672877.
HSL color Cylindrical-coordinate representation of color #EDE3DF: hue angle of 17.14º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDE3DF is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 223 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.07 |
| HSL | 17.14º | 0.28% | 0.9% | - |
| HSV(B) | 17.14º | 0.06% | 0.93% | - |
| XYZ | 75.71 | 78.27 | 80.93 | - |
| YUV | 229.53 | 124.31 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 223 | 0 | 0.04 | 0.06 | 0.07 | 17.14 | 0.28 | 0.9 |
| Hex | ED | E3 | DF | 0 | 4 | 6 | 7 | 11 | 1C | 5A |
| Octal | 355 | 343 | 337 | 0 | 4 | 6 | 7 | 21 | 34 | 132 |
| Binary | 11101101 | 11100011 | 11011111 | 0 | 100 | 110 | 111 | 10001 | 11100 | 1011010 |
Color Harmonies of #EDE3DF
Complementary color
Monochromatic Colors of #EDE3DF
Black with #EDE3DF
Text Example
Text Example
White with #EDE3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE3DF; }
p { color: rgb(237,227,223); }
H1.HeaderClassName
{
color: #EDE3DF;
}
.AnyTagClassName
{
color: #EDE3DF;
}
</style>
background-color css
<style>
a { background-color: #EDE3DF; }
a { background-color: rgb(237,227,223); }
div.DivClassName
{
background-color: #EDE3DF;
}
.BgClassName
{
background-color: #EDE3DF;
}
</style>
border-color css
<style>
span { border-color: #EDE3DF; }
span { border-color: rgb(237,227,223); }
td.TdClassName
{
border-color: #EDE3DF;
}
.TagClassName
{
border-color: #EDE3DF;
}
</style>