Shades of Pig Pink #EFD6DF
Tints of Pig Pink #EFD6DF
RGB
CMYK
RGB Variations
Color information
#EFD6DF (or 0xEFD6DF) is known color: Pig Pink. HEX triplet: EF, D6 and DF. RGB value is (239,214,223). Sum of RGB (Red+Green+Blue) = 239+214+223=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 214 (83.98% from 255 or 31.66% from 676); Blue value is 223 (87.5% from 255 or 32.99% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD6DF is #102920. Grayscale: #DEDEDE. Windows color (decimal): -1059105 or 14669551. OLE color: 14669551.
HSL color Cylindrical-coordinate representation of color #EFD6DF: hue angle of 338.4º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFD6DF is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 223 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.06 |
| HSL | 338.4º | 0.44% | 0.89% | - |
| HSV(B) | 338.4º | 0.1% | 0.94% | - |
| XYZ | 72.96 | 71.77 | 79.82 | - |
| YUV | 222.5 | 128.28 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 223 | 0 | 0.10 | 0.07 | 0.06 | 338.4 | 0.44 | 0.89 |
| Hex | EF | D6 | DF | 0 | A | 7 | 6 | 152 | 2C | 59 |
| Octal | 357 | 326 | 337 | 0 | 12 | 7 | 6 | 522 | 54 | 131 |
| Binary | 11101111 | 11010110 | 11011111 | 0 | 1010 | 111 | 110 | 101010010 | 101100 | 1011001 |
Color Harmonies of #EFD6DF
Complementary color
Monochromatic Colors of #EFD6DF
Black with #EFD6DF
Text Example
Text Example
White with #EFD6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD6DF; }
p { color: rgb(239,214,223); }
H1.HeaderClassName
{
color: #EFD6DF;
}
.AnyTagClassName
{
color: #EFD6DF;
}
</style>
background-color css
<style>
a { background-color: #EFD6DF; }
a { background-color: rgb(239,214,223); }
div.DivClassName
{
background-color: #EFD6DF;
}
.BgClassName
{
background-color: #EFD6DF;
}
</style>
border-color css
<style>
span { border-color: #EFD6DF; }
span { border-color: rgb(239,214,223); }
td.TdClassName
{
border-color: #EFD6DF;
}
.TagClassName
{
border-color: #EFD6DF;
}
</style>