Shades of Pale Rose #EDD8DE
Tints of Pale Rose #EDD8DE
RGB
CMYK
RGB Variations
Color information
#EDD8DE (or 0xEDD8DE) is known color: Pale Rose. HEX triplet: ED, D8 and DE. RGB value is (237,216,222). Sum of RGB (Red+Green+Blue) = 237+216+222=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 216 (84.77% from 255 or 32% from 675); Blue value is 222 (87.11% from 255 or 32.89% from 675); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD8DE is #122721. Grayscale: #DEDEDE. Windows color (decimal): -1189666 or 14604525. OLE color: 14604525.
HSL color Cylindrical-coordinate representation of color #EDD8DE: hue angle of 342.86º 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 #EDD8DE is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 222 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.07 |
| HSL | 342.86º | 0.37% | 0.89% | - |
| HSV(B) | 342.86º | 0.09% | 0.93% | - |
| XYZ | 72.67 | 72.39 | 79.25 | - |
| YUV | 222.96 | 127.46 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 222 | 0 | 0.09 | 0.06 | 0.07 | 342.86 | 0.37 | 0.89 |
| Hex | ED | D8 | DE | 0 | 9 | 6 | 7 | 157 | 25 | 59 |
| Octal | 355 | 330 | 336 | 0 | 11 | 6 | 7 | 527 | 45 | 131 |
| Binary | 11101101 | 11011000 | 11011110 | 0 | 1001 | 110 | 111 | 101010111 | 100101 | 1011001 |
Color Harmonies of #EDD8DE
Complementary color
Monochromatic Colors of #EDD8DE
Black with #EDD8DE
Text Example
Text Example
White with #EDD8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD8DE; }
p { color: rgb(237,216,222); }
H1.HeaderClassName
{
color: #EDD8DE;
}
.AnyTagClassName
{
color: #EDD8DE;
}
</style>
background-color css
<style>
a { background-color: #EDD8DE; }
a { background-color: rgb(237,216,222); }
div.DivClassName
{
background-color: #EDD8DE;
}
.BgClassName
{
background-color: #EDD8DE;
}
</style>
border-color css
<style>
span { border-color: #EDD8DE; }
span { border-color: rgb(237,216,222); }
td.TdClassName
{
border-color: #EDD8DE;
}
.TagClassName
{
border-color: #EDD8DE;
}
</style>