Shades of Pig Pink #EEDFE7
Tints of Pig Pink #EEDFE7
RGB
CMYK
RGB Variations
Color information
#EEDFE7 (or 0xEEDFE7) is known color: Pig Pink. HEX triplet: EE, DF and E7. RGB value is (238,223,231). Sum of RGB (Red+Green+Blue) = 238+223+231=692 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.39% from 692); Green value is 223 (87.5% from 255 or 32.23% from 692); Blue value is 231 (90.62% from 255 or 33.38% from 692); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDFE7 is #112018. Grayscale: #E4E4E4. Windows color (decimal): -1122329 or 15196142. OLE color: 15196142.
HSL color Cylindrical-coordinate representation of color #EEDFE7: hue angle of 328º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEDFE7 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 223 | 231 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.07 |
| HSL | 328º | 0.31% | 0.9% | - |
| HSV(B) | 328º | 0.06% | 0.93% | - |
| XYZ | 76.07 | 76.72 | 86.4 | - |
| YUV | 228.4 | 129.47 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 223 | 231 | 0 | 0.06 | 0.03 | 0.07 | 328 | 0.31 | 0.9 |
| Hex | EE | DF | E7 | 0 | 6 | 3 | 7 | 148 | 1F | 5A |
| Octal | 356 | 337 | 347 | 0 | 6 | 3 | 7 | 510 | 37 | 132 |
| Binary | 11101110 | 11011111 | 11100111 | 0 | 110 | 11 | 111 | 101001000 | 11111 | 1011010 |
Color Harmonies of #EEDFE7
Complementary color
Monochromatic Colors of #EEDFE7
Black with #EEDFE7
Text Example
Text Example
White with #EEDFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDFE7; }
p { color: rgb(238,223,231); }
H1.HeaderClassName
{
color: #EEDFE7;
}
.AnyTagClassName
{
color: #EEDFE7;
}
</style>
background-color css
<style>
a { background-color: #EEDFE7; }
a { background-color: rgb(238,223,231); }
div.DivClassName
{
background-color: #EEDFE7;
}
.BgClassName
{
background-color: #EEDFE7;
}
</style>
border-color css
<style>
span { border-color: #EEDFE7; }
span { border-color: rgb(238,223,231); }
td.TdClassName
{
border-color: #EEDFE7;
}
.TagClassName
{
border-color: #EEDFE7;
}
</style>