Shades of Pig Pink #EDDCE6
Tints of Pig Pink #EDDCE6
RGB
CMYK
RGB Variations
Color information
#EDDCE6 (or 0xEDDCE6) is known color: Pig Pink. HEX triplet: ED, DC and E6. RGB value is (237,220,230). Sum of RGB (Red+Green+Blue) = 237+220+230=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 230 (90.23% from 255 or 33.48% from 687); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDCE6 is #122319. Grayscale: #E2E2E2. Windows color (decimal): -1188634 or 15129837. OLE color: 15129837.
HSL color Cylindrical-coordinate representation of color #EDDCE6: hue angle of 324.71º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDDCE6 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 230 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.07 |
| HSL | 324.71º | 0.32% | 0.9% | - |
| HSV(B) | 324.71º | 0.07% | 0.93% | - |
| XYZ | 74.8 | 74.9 | 85.38 | - |
| YUV | 226.22 | 130.13 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 230 | 0 | 0.07 | 0.03 | 0.07 | 324.71 | 0.32 | 0.9 |
| Hex | ED | DC | E6 | 0 | 7 | 3 | 7 | 145 | 20 | 5A |
| Octal | 355 | 334 | 346 | 0 | 7 | 3 | 7 | 505 | 40 | 132 |
| Binary | 11101101 | 11011100 | 11100110 | 0 | 111 | 11 | 111 | 101000101 | 100000 | 1011010 |
Color Harmonies of #EDDCE6
Complementary color
Monochromatic Colors of #EDDCE6
Black with #EDDCE6
Text Example
Text Example
White with #EDDCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDCE6; }
p { color: rgb(237,220,230); }
H1.HeaderClassName
{
color: #EDDCE6;
}
.AnyTagClassName
{
color: #EDDCE6;
}
</style>
background-color css
<style>
a { background-color: #EDDCE6; }
a { background-color: rgb(237,220,230); }
div.DivClassName
{
background-color: #EDDCE6;
}
.BgClassName
{
background-color: #EDDCE6;
}
</style>
border-color css
<style>
span { border-color: #EDDCE6; }
span { border-color: rgb(237,220,230); }
td.TdClassName
{
border-color: #EDDCE6;
}
.TagClassName
{
border-color: #EDDCE6;
}
</style>