Shades of Pale Rose #EDD2D3
Tints of Pale Rose #EDD2D3
RGB
CMYK
RGB Variations
Color information
#EDD2D3 (or 0xEDD2D3) is known color: Pale Rose. HEX triplet: ED, D2 and D3. RGB value is (237,210,211). Sum of RGB (Red+Green+Blue) = 237+210+211=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 210 (82.42% from 255 or 31.91% from 658); Blue value is 211 (82.81% from 255 or 32.07% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD2D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD2D3 is #122D2C. Grayscale: #DADADA. Windows color (decimal): -1191213 or 13882093. OLE color: 13882093.
HSL color Cylindrical-coordinate representation of color #EDD2D3: hue angle of 357.78º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDD2D3 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 211 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.07 |
| HSL | 357.78º | 0.43% | 0.88% | - |
| HSV(B) | 357.78º | 0.11% | 0.93% | - |
| XYZ | 69.73 | 68.8 | 71.23 | - |
| YUV | 218.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 211 | 0 | 0.11 | 0.11 | 0.07 | 357.78 | 0.43 | 0.88 |
| Hex | ED | D2 | D3 | 0 | B | B | 7 | 166 | 2B | 58 |
| Octal | 355 | 322 | 323 | 0 | 13 | 13 | 7 | 546 | 53 | 130 |
| Binary | 11101101 | 11010010 | 11010011 | 0 | 1011 | 1011 | 111 | 101100110 | 101011 | 1011000 |
Color Harmonies of #EDD2D3
Complementary color
Monochromatic Colors of #EDD2D3
Black with #EDD2D3
Text Example
Text Example
White with #EDD2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD2D3; }
p { color: rgb(237,210,211); }
H1.HeaderClassName
{
color: #EDD2D3;
}
.AnyTagClassName
{
color: #EDD2D3;
}
</style>
background-color css
<style>
a { background-color: #EDD2D3; }
a { background-color: rgb(237,210,211); }
div.DivClassName
{
background-color: #EDD2D3;
}
.BgClassName
{
background-color: #EDD2D3;
}
</style>
border-color css
<style>
span { border-color: #EDD2D3; }
span { border-color: rgb(237,210,211); }
td.TdClassName
{
border-color: #EDD2D3;
}
.TagClassName
{
border-color: #EDD2D3;
}
</style>