Shades of Pig Pink #EDDFE8
Tints of Pig Pink #EDDFE8
RGB
CMYK
RGB Variations
Color information
#EDDFE8 (or 0xEDDFE8) is known color: Pig Pink. HEX triplet: ED, DF and E8. RGB value is (237,223,232). Sum of RGB (Red+Green+Blue) = 237+223+232=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 223 (87.5% from 255 or 32.23% from 692); Blue value is 232 (91.02% from 255 or 33.53% from 692); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDFE8 is #122017. Grayscale: #E4E4E4. Windows color (decimal): -1187864 or 15261677. OLE color: 15261677.
HSL color Cylindrical-coordinate representation of color #EDDFE8: hue angle of 321.43º degrees, saturation: 0.28, 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 #EDDFE8 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 223 | 232 | - |
CMYK | 0 | 0.06 | 0.02 | 0.07 |
HSL | 321.43º | 0.28% | 0.9% | - |
HSV(B) | 321.43º | 0.06% | 0.93% | - |
XYZ | 75.88 | 76.61 | 87.13 | - |
YUV | 228.21 | 130.14 | 134.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 223 | 232 | 0 | 0.06 | 0.02 | 0.07 | 321.43 | 0.28 | 0.9 |
Hex | ED | DF | E8 | 0 | 6 | 2 | 7 | 141 | 1C | 5A |
Octal | 355 | 337 | 350 | 0 | 6 | 2 | 7 | 501 | 34 | 132 |
Binary | 11101101 | 11011111 | 11101000 | 0 | 110 | 10 | 111 | 101000001 | 11100 | 1011010 |
Color Harmonies of #EDDFE8
Complementary color
Monochromatic Colors of #EDDFE8
Black with #EDDFE8
Text Example
Text Example
White with #EDDFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDFE8; }
p { color: rgb(237,223,232); }
H1.HeaderClassName
{
color: #EDDFE8;
}
.AnyTagClassName
{
color: #EDDFE8;
}
</style>
background-color css
<style>
a { background-color: #EDDFE8; }
a { background-color: rgb(237,223,232); }
div.DivClassName
{
background-color: #EDDFE8;
}
.BgClassName
{
background-color: #EDDFE8;
}
</style>
border-color css
<style>
span { border-color: #EDDFE8; }
span { border-color: rgb(237,223,232); }
td.TdClassName
{
border-color: #EDDFE8;
}
.TagClassName
{
border-color: #EDDFE8;
}
</style>