Shades of Pig Pink #EDDEE8
Tints of Pig Pink #EDDEE8
RGB
CMYK
RGB Variations
Color information
#EDDEE8 (or 0xEDDEE8) is known color: Pig Pink. HEX triplet: ED, DE and E8. RGB value is (237,222,232). Sum of RGB (Red+Green+Blue) = 237+222+232=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 222 (87.11% from 255 or 32.13% from 691); Blue value is 232 (91.02% from 255 or 33.57% from 691); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDEE8 is #122117. Grayscale: #E3E3E3. Windows color (decimal): -1188120 or 15261421. OLE color: 15261421.
HSL color Cylindrical-coordinate representation of color #EDDEE8: hue angle of 320º degrees, saturation: 0.29, 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 #EDDEE8 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 222 | 232 | - |
CMYK | 0 | 0.06 | 0.02 | 0.07 |
HSL | 320º | 0.29% | 0.9% | - |
HSV(B) | 320º | 0.06% | 0.93% | - |
XYZ | 75.61 | 76.07 | 87.04 | - |
YUV | 227.63 | 130.47 | 134.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 222 | 232 | 0 | 0.06 | 0.02 | 0.07 | 320 | 0.29 | 0.9 |
Hex | ED | DE | E8 | 0 | 6 | 2 | 7 | 140 | 1D | 5A |
Octal | 355 | 336 | 350 | 0 | 6 | 2 | 7 | 500 | 35 | 132 |
Binary | 11101101 | 11011110 | 11101000 | 0 | 110 | 10 | 111 | 101000000 | 11101 | 1011010 |
Color Harmonies of #EDDEE8
Complementary color
Monochromatic Colors of #EDDEE8
Black with #EDDEE8
Text Example
Text Example
White with #EDDEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDEE8; }
p { color: rgb(237,222,232); }
H1.HeaderClassName
{
color: #EDDEE8;
}
.AnyTagClassName
{
color: #EDDEE8;
}
</style>
background-color css
<style>
a { background-color: #EDDEE8; }
a { background-color: rgb(237,222,232); }
div.DivClassName
{
background-color: #EDDEE8;
}
.BgClassName
{
background-color: #EDDEE8;
}
</style>
border-color css
<style>
span { border-color: #EDDEE8; }
span { border-color: rgb(237,222,232); }
td.TdClassName
{
border-color: #EDDEE8;
}
.TagClassName
{
border-color: #EDDEE8;
}
</style>