Shades of Provincial Pink #EFE2DC
Tints of Provincial Pink #EFE2DC
RGB
CMYK
RGB Variations
Color information
#EFE2DC (or 0xEFE2DC) is known color: Provincial Pink. HEX triplet: EF, E2 and DC. RGB value is (239,226,220). Sum of RGB (Red+Green+Blue) = 239+226+220=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 226 (88.67% from 255 or 32.99% from 685); Blue value is 220 (86.33% from 255 or 32.12% from 685); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2DC is #101D23. Grayscale: #E5E5E5. Windows color (decimal): -1056036 or 14476015. OLE color: 14476015.
HSL color Cylindrical-coordinate representation of color #EFE2DC: hue angle of 18.95º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFE2DC is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 226 | 220 | - |
CMYK | 0 | 0.05 | 0.08 | 0.06 |
HSL | 18.95º | 0.37% | 0.9% | - |
HSV(B) | 18.95º | 0.08% | 0.94% | - |
XYZ | 75.71 | 77.91 | 78.76 | - |
YUV | 229.2 | 122.81 | 134.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 226 | 220 | 0 | 0.05 | 0.08 | 0.06 | 18.95 | 0.37 | 0.9 |
Hex | EF | E2 | DC | 0 | 5 | 8 | 6 | 13 | 25 | 5A |
Octal | 357 | 342 | 334 | 0 | 5 | 10 | 6 | 23 | 45 | 132 |
Binary | 11101111 | 11100010 | 11011100 | 0 | 101 | 1000 | 110 | 10011 | 100101 | 1011010 |
Color Harmonies of #EFE2DC
Complementary color
Monochromatic Colors of #EFE2DC
Black with #EFE2DC
Text Example
Text Example
White with #EFE2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE2DC; }
p { color: rgb(239,226,220); }
H1.HeaderClassName
{
color: #EFE2DC;
}
.AnyTagClassName
{
color: #EFE2DC;
}
</style>
background-color css
<style>
a { background-color: #EFE2DC; }
a { background-color: rgb(239,226,220); }
div.DivClassName
{
background-color: #EFE2DC;
}
.BgClassName
{
background-color: #EFE2DC;
}
</style>
border-color css
<style>
span { border-color: #EFE2DC; }
span { border-color: rgb(239,226,220); }
td.TdClassName
{
border-color: #EFE2DC;
}
.TagClassName
{
border-color: #EFE2DC;
}
</style>