Shades of Pig Pink #EFDDE9
Tints of Pig Pink #EFDDE9
RGB
CMYK
RGB Variations
Color information
#EFDDE9 (or 0xEFDDE9) is known color: Pig Pink. HEX triplet: EF, DD and E9. RGB value is (239,221,233). Sum of RGB (Red+Green+Blue) = 239+221+233=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 221 (86.72% from 255 or 31.89% from 693); Blue value is 233 (91.41% from 255 or 33.62% from 693); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDDE9 is #102216. Grayscale: #E3E3E3. Windows color (decimal): -1057303 or 15326703. OLE color: 15326703.
HSL color Cylindrical-coordinate representation of color #EFDDE9: hue angle of 320º degrees, saturation: 0.36, 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 #EFDDE9 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 233 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.06 |
| HSL | 320º | 0.36% | 0.9% | - |
| HSV(B) | 320º | 0.08% | 0.94% | - |
| XYZ | 76.16 | 75.95 | 87.74 | - |
| YUV | 227.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 233 | 0 | 0.08 | 0.03 | 0.06 | 320 | 0.36 | 0.9 |
| Hex | EF | DD | E9 | 0 | 8 | 3 | 6 | 140 | 24 | 5A |
| Octal | 357 | 335 | 351 | 0 | 10 | 3 | 6 | 500 | 44 | 132 |
| Binary | 11101111 | 11011101 | 11101001 | 0 | 1000 | 11 | 110 | 101000000 | 100100 | 1011010 |
Color Harmonies of #EFDDE9
Complementary color
Monochromatic Colors of #EFDDE9
Black with #EFDDE9
Text Example
Text Example
White with #EFDDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDE9; }
p { color: rgb(239,221,233); }
H1.HeaderClassName
{
color: #EFDDE9;
}
.AnyTagClassName
{
color: #EFDDE9;
}
</style>
background-color css
<style>
a { background-color: #EFDDE9; }
a { background-color: rgb(239,221,233); }
div.DivClassName
{
background-color: #EFDDE9;
}
.BgClassName
{
background-color: #EFDDE9;
}
</style>
border-color css
<style>
span { border-color: #EFDDE9; }
span { border-color: rgb(239,221,233); }
td.TdClassName
{
border-color: #EFDDE9;
}
.TagClassName
{
border-color: #EFDDE9;
}
</style>