Shades of Provincial Pink #EEE2DD
Tints of Provincial Pink #EEE2DD
RGB
CMYK
RGB Variations
Color information
#EEE2DD (or 0xEEE2DD) is known color: Provincial Pink. HEX triplet: EE, E2 and DD. RGB value is (238,226,221). Sum of RGB (Red+Green+Blue) = 238+226+221=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 226 (88.67% from 255 or 32.99% from 685); Blue value is 221 (86.72% from 255 or 32.26% from 685); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE2DD is #111D22. Grayscale: #E5E5E5. Windows color (decimal): -1121571 or 14541550. OLE color: 14541550.
HSL color Cylindrical-coordinate representation of color #EEE2DD: hue angle of 17.65º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEE2DD is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 226 | 221 | - |
CMYK | 0 | 0.05 | 0.07 | 0.07 |
HSL | 17.65º | 0.33% | 0.9% | - |
HSV(B) | 17.65º | 0.07% | 0.93% | - |
XYZ | 75.51 | 77.79 | 79.44 | - |
YUV | 229.02 | 123.48 | 134.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 226 | 221 | 0 | 0.05 | 0.07 | 0.07 | 17.65 | 0.33 | 0.9 |
Hex | EE | E2 | DD | 0 | 5 | 7 | 7 | 12 | 21 | 5A |
Octal | 356 | 342 | 335 | 0 | 5 | 7 | 7 | 22 | 41 | 132 |
Binary | 11101110 | 11100010 | 11011101 | 0 | 101 | 111 | 111 | 10010 | 100001 | 1011010 |
Color Harmonies of #EEE2DD
Complementary color
Monochromatic Colors of #EEE2DD
Black with #EEE2DD
Text Example
Text Example
White with #EEE2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE2DD; }
p { color: rgb(238,226,221); }
H1.HeaderClassName
{
color: #EEE2DD;
}
.AnyTagClassName
{
color: #EEE2DD;
}
</style>
background-color css
<style>
a { background-color: #EEE2DD; }
a { background-color: rgb(238,226,221); }
div.DivClassName
{
background-color: #EEE2DD;
}
.BgClassName
{
background-color: #EEE2DD;
}
</style>
border-color css
<style>
span { border-color: #EEE2DD; }
span { border-color: rgb(238,226,221); }
td.TdClassName
{
border-color: #EEE2DD;
}
.TagClassName
{
border-color: #EEE2DD;
}
</style>