Shades of Pig Pink #EDDDE6
Tints of Pig Pink #EDDDE6
RGB
CMYK
RGB Variations
Color information
#EDDDE6 (or 0xEDDDE6) is known color: Pig Pink. HEX triplet: ED, DD and E6. RGB value is (237,221,230). Sum of RGB (Red+Green+Blue) = 237+221+230=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 230 (90.23% from 255 or 33.43% from 688); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDDE6 is #122219. Grayscale: #E2E2E2. Windows color (decimal): -1188378 or 15130093. OLE color: 15130093.
HSL color Cylindrical-coordinate representation of color #EDDDE6: hue angle of 326.25º degrees, saturation: 0.31, 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 #EDDDE6 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 221 | 230 | - |
CMYK | 0 | 0.07 | 0.03 | 0.07 |
HSL | 326.25º | 0.31% | 0.9% | - |
HSV(B) | 326.25º | 0.07% | 0.93% | - |
XYZ | 75.06 | 75.43 | 85.47 | - |
YUV | 226.81 | 129.8 | 135.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 221 | 230 | 0 | 0.07 | 0.03 | 0.07 | 326.25 | 0.31 | 0.9 |
Hex | ED | DD | E6 | 0 | 7 | 3 | 7 | 146 | 1F | 5A |
Octal | 355 | 335 | 346 | 0 | 7 | 3 | 7 | 506 | 37 | 132 |
Binary | 11101101 | 11011101 | 11100110 | 0 | 111 | 11 | 111 | 101000110 | 11111 | 1011010 |
Color Harmonies of #EDDDE6
Complementary color
Monochromatic Colors of #EDDDE6
Black with #EDDDE6
Text Example
Text Example
White with #EDDDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDE6; }
p { color: rgb(237,221,230); }
H1.HeaderClassName
{
color: #EDDDE6;
}
.AnyTagClassName
{
color: #EDDDE6;
}
</style>
background-color css
<style>
a { background-color: #EDDDE6; }
a { background-color: rgb(237,221,230); }
div.DivClassName
{
background-color: #EDDDE6;
}
.BgClassName
{
background-color: #EDDDE6;
}
</style>
border-color css
<style>
span { border-color: #EDDDE6; }
span { border-color: rgb(237,221,230); }
td.TdClassName
{
border-color: #EDDDE6;
}
.TagClassName
{
border-color: #EDDDE6;
}
</style>