Shades of Fair Pink #EDE1DB
Tints of Fair Pink #EDE1DB
RGB
CMYK
RGB Variations
Color information
#EDE1DB (or 0xEDE1DB) is known color: Fair Pink. HEX triplet: ED, E1 and DB. RGB value is (237,225,219). Sum of RGB (Red+Green+Blue) = 237+225+219=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 225 (88.28% from 255 or 33.04% from 681); Blue value is 219 (85.94% from 255 or 32.16% from 681); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE1DB is #121E24. Grayscale: #E3E3E3. Windows color (decimal): -1187365 or 14410221. OLE color: 14410221.
HSL color Cylindrical-coordinate representation of color #EDE1DB: hue angle of 20º 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 #EDE1DB is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 219 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.07 |
| HSL | 20º | 0.33% | 0.89% | - |
| HSV(B) | 20º | 0.08% | 0.93% | - |
| XYZ | 74.64 | 76.97 | 77.94 | - |
| YUV | 227.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 219 | 0 | 0.05 | 0.08 | 0.07 | 20 | 0.33 | 0.89 |
| Hex | ED | E1 | DB | 0 | 5 | 8 | 7 | 14 | 21 | 59 |
| Octal | 355 | 341 | 333 | 0 | 5 | 10 | 7 | 24 | 41 | 131 |
| Binary | 11101101 | 11100001 | 11011011 | 0 | 101 | 1000 | 111 | 10100 | 100001 | 1011001 |
Color Harmonies of #EDE1DB
Complementary color
Monochromatic Colors of #EDE1DB
Black with #EDE1DB
Text Example
Text Example
White with #EDE1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE1DB; }
p { color: rgb(237,225,219); }
H1.HeaderClassName
{
color: #EDE1DB;
}
.AnyTagClassName
{
color: #EDE1DB;
}
</style>
background-color css
<style>
a { background-color: #EDE1DB; }
a { background-color: rgb(237,225,219); }
div.DivClassName
{
background-color: #EDE1DB;
}
.BgClassName
{
background-color: #EDE1DB;
}
</style>
border-color css
<style>
span { border-color: #EDE1DB; }
span { border-color: rgb(237,225,219); }
td.TdClassName
{
border-color: #EDE1DB;
}
.TagClassName
{
border-color: #EDE1DB;
}
</style>