Shades of Provincial Pink #EFE1DA
Tints of Provincial Pink #EFE1DA
RGB
CMYK
RGB Variations
Color information
#EFE1DA (or 0xEFE1DA) is known color: Provincial Pink. HEX triplet: EF, E1 and DA. RGB value is (239,225,218). Sum of RGB (Red+Green+Blue) = 239+225+218=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 225 (88.28% from 255 or 32.99% from 682); Blue value is 218 (85.55% from 255 or 31.96% from 682); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE1DA is #101E25. Grayscale: #E4E4E4. Windows color (decimal): -1056294 or 14344687. OLE color: 14344687.
HSL color Cylindrical-coordinate representation of color #EFE1DA: hue angle of 20º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFE1DA is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 218 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.06 |
| HSL | 20º | 0.4% | 0.9% | - |
| HSV(B) | 20º | 0.09% | 0.94% | - |
| XYZ | 75.18 | 77.26 | 77.28 | - |
| YUV | 228.39 | 122.14 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 218 | 0 | 0.06 | 0.09 | 0.06 | 20 | 0.4 | 0.9 |
| Hex | EF | E1 | DA | 0 | 6 | 9 | 6 | 14 | 28 | 5A |
| Octal | 357 | 341 | 332 | 0 | 6 | 11 | 6 | 24 | 50 | 132 |
| Binary | 11101111 | 11100001 | 11011010 | 0 | 110 | 1001 | 110 | 10100 | 101000 | 1011010 |
Color Harmonies of #EFE1DA
Complementary color
Monochromatic Colors of #EFE1DA
Black with #EFE1DA
Text Example
Text Example
White with #EFE1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE1DA; }
p { color: rgb(239,225,218); }
H1.HeaderClassName
{
color: #EFE1DA;
}
.AnyTagClassName
{
color: #EFE1DA;
}
</style>
background-color css
<style>
a { background-color: #EFE1DA; }
a { background-color: rgb(239,225,218); }
div.DivClassName
{
background-color: #EFE1DA;
}
.BgClassName
{
background-color: #EFE1DA;
}
</style>
border-color css
<style>
span { border-color: #EFE1DA; }
span { border-color: rgb(239,225,218); }
td.TdClassName
{
border-color: #EFE1DA;
}
.TagClassName
{
border-color: #EFE1DA;
}
</style>