Shades of Provincial Pink #EFE1DB
Tints of Provincial Pink #EFE1DB
RGB
CMYK
RGB Variations
Color information
#EFE1DB (or 0xEFE1DB) is known color: Provincial Pink. HEX triplet: EF, E1 and DB. RGB value is (239,225,219). Sum of RGB (Red+Green+Blue) = 239+225+219=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 225 (88.28% from 255 or 32.94% from 683); Blue value is 219 (85.94% from 255 or 32.06% from 683); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE1DB is #101E24. Grayscale: #E4E4E4. Windows color (decimal): -1056293 or 14410223. OLE color: 14410223.
HSL color Cylindrical-coordinate representation of color #EFE1DB: hue angle of 18º degrees, saturation: 0.38, 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 #EFE1DB is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 225 | 219 | - |
CMYK | 0 | 0.06 | 0.08 | 0.06 |
HSL | 18º | 0.38% | 0.9% | - |
HSV(B) | 18º | 0.08% | 0.94% | - |
XYZ | 75.31 | 77.32 | 77.97 | - |
YUV | 228.5 | 122.64 | 135.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 225 | 219 | 0 | 0.06 | 0.08 | 0.06 | 18 | 0.38 | 0.9 |
Hex | EF | E1 | DB | 0 | 6 | 8 | 6 | 12 | 26 | 5A |
Octal | 357 | 341 | 333 | 0 | 6 | 10 | 6 | 22 | 46 | 132 |
Binary | 11101111 | 11100001 | 11011011 | 0 | 110 | 1000 | 110 | 10010 | 100110 | 1011010 |
Color Harmonies of #EFE1DB
Complementary color
Monochromatic Colors of #EFE1DB
Black with #EFE1DB
Text Example
Text Example
White with #EFE1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE1DB; }
p { color: rgb(239,225,219); }
H1.HeaderClassName
{
color: #EFE1DB;
}
.AnyTagClassName
{
color: #EFE1DB;
}
</style>
background-color css
<style>
a { background-color: #EFE1DB; }
a { background-color: rgb(239,225,219); }
div.DivClassName
{
background-color: #EFE1DB;
}
.BgClassName
{
background-color: #EFE1DB;
}
</style>
border-color css
<style>
span { border-color: #EFE1DB; }
span { border-color: rgb(239,225,219); }
td.TdClassName
{
border-color: #EFE1DB;
}
.TagClassName
{
border-color: #EFE1DB;
}
</style>