Shades of Pale Rose #EDD8DF
Tints of Pale Rose #EDD8DF
RGB
CMYK
RGB Variations
Color information
#EDD8DF (or 0xEDD8DF) is known color: Pale Rose. HEX triplet: ED, D8 and DF. RGB value is (237,216,223). Sum of RGB (Red+Green+Blue) = 237+216+223=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 216 (84.77% from 255 or 31.95% from 676); Blue value is 223 (87.5% from 255 or 32.99% from 676); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD8DF is #122720. Grayscale: #DFDFDF. Windows color (decimal): -1189665 or 14670061. OLE color: 14670061.
HSL color Cylindrical-coordinate representation of color #EDD8DF: hue angle of 340º 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 #EDD8DF is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 223 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.07 |
| HSL | 340º | 0.37% | 0.89% | - |
| HSV(B) | 340º | 0.09% | 0.93% | - |
| XYZ | 72.8 | 72.44 | 79.96 | - |
| YUV | 223.08 | 127.96 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 223 | 0 | 0.09 | 0.06 | 0.07 | 340 | 0.37 | 0.89 |
| Hex | ED | D8 | DF | 0 | 9 | 6 | 7 | 154 | 25 | 59 |
| Octal | 355 | 330 | 337 | 0 | 11 | 6 | 7 | 524 | 45 | 131 |
| Binary | 11101101 | 11011000 | 11011111 | 0 | 1001 | 110 | 111 | 101010100 | 100101 | 1011001 |
Color Harmonies of #EDD8DF
Complementary color
Monochromatic Colors of #EDD8DF
Black with #EDD8DF
Text Example
Text Example
White with #EDD8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD8DF; }
p { color: rgb(237,216,223); }
H1.HeaderClassName
{
color: #EDD8DF;
}
.AnyTagClassName
{
color: #EDD8DF;
}
</style>
background-color css
<style>
a { background-color: #EDD8DF; }
a { background-color: rgb(237,216,223); }
div.DivClassName
{
background-color: #EDD8DF;
}
.BgClassName
{
background-color: #EDD8DF;
}
</style>
border-color css
<style>
span { border-color: #EDD8DF; }
span { border-color: rgb(237,216,223); }
td.TdClassName
{
border-color: #EDD8DF;
}
.TagClassName
{
border-color: #EDD8DF;
}
</style>