Shades of Provincial Pink #EEE3DF
Tints of Provincial Pink #EEE3DF
RGB
CMYK
RGB Variations
Color information
#EEE3DF (or 0xEEE3DF) is known color: Provincial Pink. HEX triplet: EE, E3 and DF. RGB value is (238,227,223). Sum of RGB (Red+Green+Blue) = 238+227+223=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 227 (89.06% from 255 or 32.99% from 688); Blue value is 223 (87.5% from 255 or 32.41% from 688); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE3DF is #111C20. Grayscale: #E5E5E5. Windows color (decimal): -1121313 or 14672878. OLE color: 14672878.
HSL color Cylindrical-coordinate representation of color #EEE3DF: hue angle of 16º degrees, saturation: 0.31, 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 #EEE3DF is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 227 | 223 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.07 |
| HSL | 16º | 0.31% | 0.9% | - |
| HSV(B) | 16º | 0.06% | 0.93% | - |
| XYZ | 76.05 | 78.44 | 80.94 | - |
| YUV | 229.83 | 124.14 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 227 | 223 | 0 | 0.05 | 0.06 | 0.07 | 16 | 0.31 | 0.9 |
| Hex | EE | E3 | DF | 0 | 5 | 6 | 7 | 10 | 1F | 5A |
| Octal | 356 | 343 | 337 | 0 | 5 | 6 | 7 | 20 | 37 | 132 |
| Binary | 11101110 | 11100011 | 11011111 | 0 | 101 | 110 | 111 | 10000 | 11111 | 1011010 |
Color Harmonies of #EEE3DF
Complementary color
Monochromatic Colors of #EEE3DF
Black with #EEE3DF
Text Example
Text Example
White with #EEE3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE3DF; }
p { color: rgb(238,227,223); }
H1.HeaderClassName
{
color: #EEE3DF;
}
.AnyTagClassName
{
color: #EEE3DF;
}
</style>
background-color css
<style>
a { background-color: #EEE3DF; }
a { background-color: rgb(238,227,223); }
div.DivClassName
{
background-color: #EEE3DF;
}
.BgClassName
{
background-color: #EEE3DF;
}
</style>
border-color css
<style>
span { border-color: #EEE3DF; }
span { border-color: rgb(238,227,223); }
td.TdClassName
{
border-color: #EEE3DF;
}
.TagClassName
{
border-color: #EEE3DF;
}
</style>