Shades of Pig Pink #EFDFE7
Tints of Pig Pink #EFDFE7
RGB
CMYK
RGB Variations
Color information
#EFDFE7 (or 0xEFDFE7) is known color: Pig Pink. HEX triplet: EF, DF and E7. RGB value is (239,223,231). Sum of RGB (Red+Green+Blue) = 239+223+231=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 223 (87.5% from 255 or 32.18% from 693); Blue value is 231 (90.62% from 255 or 33.33% from 693); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDFE7 is #102018. Grayscale: #E4E4E4. Windows color (decimal): -1056793 or 15196143. OLE color: 15196143.
HSL color Cylindrical-coordinate representation of color #EFDFE7: hue angle of 330º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFDFE7 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 231 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.06 |
| HSL | 330º | 0.33% | 0.91% | - |
| HSV(B) | 330º | 0.07% | 0.94% | - |
| XYZ | 76.41 | 76.9 | 86.42 | - |
| YUV | 228.7 | 129.3 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 231 | 0 | 0.07 | 0.03 | 0.06 | 330 | 0.33 | 0.91 |
| Hex | EF | DF | E7 | 0 | 7 | 3 | 6 | 14A | 21 | 5B |
| Octal | 357 | 337 | 347 | 0 | 7 | 3 | 6 | 512 | 41 | 133 |
| Binary | 11101111 | 11011111 | 11100111 | 0 | 111 | 11 | 110 | 101001010 | 100001 | 1011011 |
Color Harmonies of #EFDFE7
Complementary color
Monochromatic Colors of #EFDFE7
Black with #EFDFE7
Text Example
Text Example
White with #EFDFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDFE7; }
p { color: rgb(239,223,231); }
H1.HeaderClassName
{
color: #EFDFE7;
}
.AnyTagClassName
{
color: #EFDFE7;
}
</style>
background-color css
<style>
a { background-color: #EFDFE7; }
a { background-color: rgb(239,223,231); }
div.DivClassName
{
background-color: #EFDFE7;
}
.BgClassName
{
background-color: #EFDFE7;
}
</style>
border-color css
<style>
span { border-color: #EFDFE7; }
span { border-color: rgb(239,223,231); }
td.TdClassName
{
border-color: #EFDFE7;
}
.TagClassName
{
border-color: #EFDFE7;
}
</style>