Shades of Pale Rose #EDD8DA
Tints of Pale Rose #EDD8DA
RGB
CMYK
RGB Variations
Color information
#EDD8DA (or 0xEDD8DA) is known color: Pale Rose. HEX triplet: ED, D8 and DA. RGB value is (237,216,218). Sum of RGB (Red+Green+Blue) = 237+216+218=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 216 (84.77% from 255 or 32.19% from 671); Blue value is 218 (85.55% from 255 or 32.49% from 671); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD8DA is #122725. Grayscale: #DEDEDE. Windows color (decimal): -1189670 or 14342381. OLE color: 14342381.
HSL color Cylindrical-coordinate representation of color #EDD8DA: hue angle of 354.29º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDD8DA is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 218 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.07 |
| HSL | 354.29º | 0.37% | 0.89% | - |
| HSV(B) | 354.29º | 0.09% | 0.93% | - |
| XYZ | 72.14 | 72.18 | 76.46 | - |
| YUV | 222.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 218 | 0 | 0.09 | 0.08 | 0.07 | 354.29 | 0.37 | 0.89 |
| Hex | ED | D8 | DA | 0 | 9 | 8 | 7 | 162 | 25 | 59 |
| Octal | 355 | 330 | 332 | 0 | 11 | 10 | 7 | 542 | 45 | 131 |
| Binary | 11101101 | 11011000 | 11011010 | 0 | 1001 | 1000 | 111 | 101100010 | 100101 | 1011001 |
Color Harmonies of #EDD8DA
Complementary color
Monochromatic Colors of #EDD8DA
Black with #EDD8DA
Text Example
Text Example
White with #EDD8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD8DA; }
p { color: rgb(237,216,218); }
H1.HeaderClassName
{
color: #EDD8DA;
}
.AnyTagClassName
{
color: #EDD8DA;
}
</style>
background-color css
<style>
a { background-color: #EDD8DA; }
a { background-color: rgb(237,216,218); }
div.DivClassName
{
background-color: #EDD8DA;
}
.BgClassName
{
background-color: #EDD8DA;
}
</style>
border-color css
<style>
span { border-color: #EDD8DA; }
span { border-color: rgb(237,216,218); }
td.TdClassName
{
border-color: #EDD8DA;
}
.TagClassName
{
border-color: #EDD8DA;
}
</style>