Shades of Fair Pink #EDE1DA
Tints of Fair Pink #EDE1DA
RGB
CMYK
RGB Variations
Color information
#EDE1DA (or 0xEDE1DA) is known color: Fair Pink. HEX triplet: ED, E1 and DA. RGB value is (237,225,218). Sum of RGB (Red+Green+Blue) = 237+225+218=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 225 (88.28% from 255 or 33.09% from 680); Blue value is 218 (85.55% from 255 or 32.06% from 680); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE1DA is #121E25. Grayscale: #E3E3E3. Windows color (decimal): -1187366 or 14344685. OLE color: 14344685.
HSL color Cylindrical-coordinate representation of color #EDE1DA: hue angle of 22.11º degrees, saturation: 0.35, 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 #EDE1DA is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 218 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.07 |
| HSL | 22.11º | 0.35% | 0.89% | - |
| HSV(B) | 22.11º | 0.08% | 0.93% | - |
| XYZ | 74.51 | 76.92 | 77.25 | - |
| YUV | 227.79 | 122.48 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 218 | 0 | 0.05 | 0.08 | 0.07 | 22.11 | 0.35 | 0.89 |
| Hex | ED | E1 | DA | 0 | 5 | 8 | 7 | 16 | 23 | 59 |
| Octal | 355 | 341 | 332 | 0 | 5 | 10 | 7 | 26 | 43 | 131 |
| Binary | 11101101 | 11100001 | 11011010 | 0 | 101 | 1000 | 111 | 10110 | 100011 | 1011001 |
Color Harmonies of #EDE1DA
Complementary color
Monochromatic Colors of #EDE1DA
Black with #EDE1DA
Text Example
Text Example
White with #EDE1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE1DA; }
p { color: rgb(237,225,218); }
H1.HeaderClassName
{
color: #EDE1DA;
}
.AnyTagClassName
{
color: #EDE1DA;
}
</style>
background-color css
<style>
a { background-color: #EDE1DA; }
a { background-color: rgb(237,225,218); }
div.DivClassName
{
background-color: #EDE1DA;
}
.BgClassName
{
background-color: #EDE1DA;
}
</style>
border-color css
<style>
span { border-color: #EDE1DA; }
span { border-color: rgb(237,225,218); }
td.TdClassName
{
border-color: #EDE1DA;
}
.TagClassName
{
border-color: #EDE1DA;
}
</style>