Shades of Pig Pink #EFDCE7
Tints of Pig Pink #EFDCE7
RGB
CMYK
RGB Variations
Color information
#EFDCE7 (or 0xEFDCE7) is known color: Pig Pink. HEX triplet: EF, DC and E7. RGB value is (239,220,231). Sum of RGB (Red+Green+Blue) = 239+220+231=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 220 (86.33% from 255 or 31.88% from 690); Blue value is 231 (90.62% from 255 or 33.48% from 690); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDCE7 is #102318. Grayscale: #E2E2E2. Windows color (decimal): -1057561 or 15195375. OLE color: 15195375.
HSL color Cylindrical-coordinate representation of color #EFDCE7: hue angle of 325.26º 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 #EFDCE7 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 231 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.06 |
| HSL | 325.26º | 0.37% | 0.9% | - |
| HSV(B) | 325.26º | 0.08% | 0.94% | - |
| XYZ | 75.61 | 75.31 | 86.15 | - |
| YUV | 226.94 | 130.29 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 231 | 0 | 0.08 | 0.03 | 0.06 | 325.26 | 0.37 | 0.9 |
| Hex | EF | DC | E7 | 0 | 8 | 3 | 6 | 145 | 25 | 5A |
| Octal | 357 | 334 | 347 | 0 | 10 | 3 | 6 | 505 | 45 | 132 |
| Binary | 11101111 | 11011100 | 11100111 | 0 | 1000 | 11 | 110 | 101000101 | 100101 | 1011010 |
Color Harmonies of #EFDCE7
Complementary color
Monochromatic Colors of #EFDCE7
Black with #EFDCE7
Text Example
Text Example
White with #EFDCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCE7; }
p { color: rgb(239,220,231); }
H1.HeaderClassName
{
color: #EFDCE7;
}
.AnyTagClassName
{
color: #EFDCE7;
}
</style>
background-color css
<style>
a { background-color: #EFDCE7; }
a { background-color: rgb(239,220,231); }
div.DivClassName
{
background-color: #EFDCE7;
}
.BgClassName
{
background-color: #EFDCE7;
}
</style>
border-color css
<style>
span { border-color: #EFDCE7; }
span { border-color: rgb(239,220,231); }
td.TdClassName
{
border-color: #EFDCE7;
}
.TagClassName
{
border-color: #EFDCE7;
}
</style>