Shades of Provincial Pink #EFE3DF
Tints of Provincial Pink #EFE3DF
RGB
CMYK
RGB Variations
Color information
#EFE3DF (or 0xEFE3DF) is known color: Provincial Pink. HEX triplet: EF, E3 and DF. RGB value is (239,227,223). Sum of RGB (Red+Green+Blue) = 239+227+223=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 227 (89.06% from 255 or 32.95% from 689); Blue value is 223 (87.5% from 255 or 32.37% from 689); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE3DF is #101C20. Grayscale: #E6E6E6. Windows color (decimal): -1055777 or 14672879. OLE color: 14672879.
HSL color Cylindrical-coordinate representation of color #EFE3DF: hue angle of 15º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFE3DF is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 223 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.06 |
| HSL | 15º | 0.33% | 0.91% | - |
| HSV(B) | 15º | 0.07% | 0.94% | - |
| XYZ | 76.38 | 78.62 | 80.96 | - |
| YUV | 230.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 223 | 0 | 0.05 | 0.07 | 0.06 | 15 | 0.33 | 0.91 |
| Hex | EF | E3 | DF | 0 | 5 | 7 | 6 | F | 21 | 5B |
| Octal | 357 | 343 | 337 | 0 | 5 | 7 | 6 | 17 | 41 | 133 |
| Binary | 11101111 | 11100011 | 11011111 | 0 | 101 | 111 | 110 | 1111 | 100001 | 1011011 |
Color Harmonies of #EFE3DF
Complementary color
Monochromatic Colors of #EFE3DF
Black with #EFE3DF
Text Example
Text Example
White with #EFE3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE3DF; }
p { color: rgb(239,227,223); }
H1.HeaderClassName
{
color: #EFE3DF;
}
.AnyTagClassName
{
color: #EFE3DF;
}
</style>
background-color css
<style>
a { background-color: #EFE3DF; }
a { background-color: rgb(239,227,223); }
div.DivClassName
{
background-color: #EFE3DF;
}
.BgClassName
{
background-color: #EFE3DF;
}
</style>
border-color css
<style>
span { border-color: #EFE3DF; }
span { border-color: rgb(239,227,223); }
td.TdClassName
{
border-color: #EFE3DF;
}
.TagClassName
{
border-color: #EFE3DF;
}
</style>