Shades of Pig Pink #ECDFE7
Tints of Pig Pink #ECDFE7
RGB
CMYK
RGB Variations
Color information
#ECDFE7 (or 0xECDFE7) is known color: Pig Pink. HEX triplet: EC, DF and E7. RGB value is (236,223,231). Sum of RGB (Red+Green+Blue) = 236+223+231=690 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.20% from 690); Green value is 223 (87.5% from 255 or 32.32% from 690); Blue value is 231 (90.62% from 255 or 33.48% from 690); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDFE7 is #132018. Grayscale: #E3E3E3. Windows color (decimal): -1253401 or 15196140. OLE color: 15196140.
HSL color Cylindrical-coordinate representation of color #ECDFE7: hue angle of 323.08º degrees, saturation: 0.25, 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 #ECDFE7 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 231 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.07 |
| HSL | 323.08º | 0.25% | 0.9% | - |
| HSV(B) | 323.08º | 0.06% | 0.93% | - |
| XYZ | 75.4 | 76.38 | 86.37 | - |
| YUV | 227.8 | 129.81 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 231 | 0 | 0.06 | 0.02 | 0.07 | 323.08 | 0.25 | 0.9 |
| Hex | EC | DF | E7 | 0 | 6 | 2 | 7 | 143 | 19 | 5A |
| Octal | 354 | 337 | 347 | 0 | 6 | 2 | 7 | 503 | 31 | 132 |
| Binary | 11101100 | 11011111 | 11100111 | 0 | 110 | 10 | 111 | 101000011 | 11001 | 1011010 |
Color Harmonies of #ECDFE7
Complementary color
Monochromatic Colors of #ECDFE7
Black with #ECDFE7
Text Example
Text Example
White with #ECDFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDFE7; }
p { color: rgb(236,223,231); }
H1.HeaderClassName
{
color: #ECDFE7;
}
.AnyTagClassName
{
color: #ECDFE7;
}
</style>
background-color css
<style>
a { background-color: #ECDFE7; }
a { background-color: rgb(236,223,231); }
div.DivClassName
{
background-color: #ECDFE7;
}
.BgClassName
{
background-color: #ECDFE7;
}
</style>
border-color css
<style>
span { border-color: #ECDFE7; }
span { border-color: rgb(236,223,231); }
td.TdClassName
{
border-color: #ECDFE7;
}
.TagClassName
{
border-color: #ECDFE7;
}
</style>