Shades of Pig Pink #EDDBE5
Tints of Pig Pink #EDDBE5
RGB
CMYK
RGB Variations
Color information
#EDDBE5 (or 0xEDDBE5) is known color: Pig Pink. HEX triplet: ED, DB and E5. RGB value is (237,219,229). Sum of RGB (Red+Green+Blue) = 237+219+229=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 229 (89.84% from 255 or 33.43% from 685); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDBE5 is #12241A. Grayscale: #E1E1E1. Windows color (decimal): -1188891 or 15064045. OLE color: 15064045.
HSL color Cylindrical-coordinate representation of color #EDDBE5: hue angle of 326.67º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDDBE5 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 219 | 229 | - |
CMYK | 0 | 0.08 | 0.03 | 0.07 |
HSL | 326.67º | 0.33% | 0.89% | - |
HSV(B) | 326.67º | 0.08% | 0.93% | - |
XYZ | 74.4 | 74.32 | 84.55 | - |
YUV | 225.52 | 129.96 | 136.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 219 | 229 | 0 | 0.08 | 0.03 | 0.07 | 326.67 | 0.33 | 0.89 |
Hex | ED | DB | E5 | 0 | 8 | 3 | 7 | 147 | 21 | 59 |
Octal | 355 | 333 | 345 | 0 | 10 | 3 | 7 | 507 | 41 | 131 |
Binary | 11101101 | 11011011 | 11100101 | 0 | 1000 | 11 | 111 | 101000111 | 100001 | 1011001 |
Color Harmonies of #EDDBE5
Complementary color
Monochromatic Colors of #EDDBE5
Black with #EDDBE5
Text Example
Text Example
White with #EDDBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDBE5; }
p { color: rgb(237,219,229); }
H1.HeaderClassName
{
color: #EDDBE5;
}
.AnyTagClassName
{
color: #EDDBE5;
}
</style>
background-color css
<style>
a { background-color: #EDDBE5; }
a { background-color: rgb(237,219,229); }
div.DivClassName
{
background-color: #EDDBE5;
}
.BgClassName
{
background-color: #EDDBE5;
}
</style>
border-color css
<style>
span { border-color: #EDDBE5; }
span { border-color: rgb(237,219,229); }
td.TdClassName
{
border-color: #EDDBE5;
}
.TagClassName
{
border-color: #EDDBE5;
}
</style>