Shades of Provincial Pink #EFE3DE
Tints of Provincial Pink #EFE3DE
RGB
CMYK
RGB Variations
Color information
#EFE3DE (or 0xEFE3DE) is known color: Provincial Pink. HEX triplet: EF, E3 and DE. RGB value is (239,227,222). Sum of RGB (Red+Green+Blue) = 239+227+222=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 227 (89.06% from 255 or 32.99% from 688); Blue value is 222 (87.11% from 255 or 32.27% from 688); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE3DE is #101C21. Grayscale: #E6E6E6. Windows color (decimal): -1055778 or 14607343. OLE color: 14607343.
HSL color Cylindrical-coordinate representation of color #EFE3DE: hue angle of 17.65º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFE3DE is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 222 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.06 |
| HSL | 17.65º | 0.35% | 0.9% | - |
| HSV(B) | 17.65º | 0.07% | 0.94% | - |
| XYZ | 76.25 | 78.56 | 80.25 | - |
| YUV | 230.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 222 | 0 | 0.05 | 0.07 | 0.06 | 17.65 | 0.35 | 0.9 |
| Hex | EF | E3 | DE | 0 | 5 | 7 | 6 | 12 | 23 | 5A |
| Octal | 357 | 343 | 336 | 0 | 5 | 7 | 6 | 22 | 43 | 132 |
| Binary | 11101111 | 11100011 | 11011110 | 0 | 101 | 111 | 110 | 10010 | 100011 | 1011010 |
Color Harmonies of #EFE3DE
Complementary color
Monochromatic Colors of #EFE3DE
Black with #EFE3DE
Text Example
Text Example
White with #EFE3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE3DE; }
p { color: rgb(239,227,222); }
H1.HeaderClassName
{
color: #EFE3DE;
}
.AnyTagClassName
{
color: #EFE3DE;
}
</style>
background-color css
<style>
a { background-color: #EFE3DE; }
a { background-color: rgb(239,227,222); }
div.DivClassName
{
background-color: #EFE3DE;
}
.BgClassName
{
background-color: #EFE3DE;
}
</style>
border-color css
<style>
span { border-color: #EFE3DE; }
span { border-color: rgb(239,227,222); }
td.TdClassName
{
border-color: #EFE3DE;
}
.TagClassName
{
border-color: #EFE3DE;
}
</style>