Shades of Pale Rose #EDD3D7
Tints of Pale Rose #EDD3D7
RGB
CMYK
RGB Variations
Color information
#EDD3D7 (or 0xEDD3D7) is known color: Pale Rose. HEX triplet: ED, D3 and D7. RGB value is (237,211,215). Sum of RGB (Red+Green+Blue) = 237+211+215=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 211 (82.81% from 255 or 31.83% from 663); Blue value is 215 (84.38% from 255 or 32.43% from 663); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD3D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD3D7 is #122C28. Grayscale: #DBDBDB. Windows color (decimal): -1190953 or 14144493. OLE color: 14144493.
HSL color Cylindrical-coordinate representation of color #EDD3D7: hue angle of 350.77º degrees, saturation: 0.42, 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 #EDD3D7 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 215 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.07 |
| HSL | 350.77º | 0.42% | 0.88% | - |
| HSV(B) | 350.77º | 0.11% | 0.93% | - |
| XYZ | 70.49 | 69.5 | 73.99 | - |
| YUV | 219.23 | 125.61 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 215 | 0 | 0.11 | 0.09 | 0.07 | 350.77 | 0.42 | 0.88 |
| Hex | ED | D3 | D7 | 0 | B | 9 | 7 | 15F | 2A | 58 |
| Octal | 355 | 323 | 327 | 0 | 13 | 11 | 7 | 537 | 52 | 130 |
| Binary | 11101101 | 11010011 | 11010111 | 0 | 1011 | 1001 | 111 | 101011111 | 101010 | 1011000 |
Color Harmonies of #EDD3D7
Complementary color
Monochromatic Colors of #EDD3D7
Black with #EDD3D7
Text Example
Text Example
White with #EDD3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD3D7; }
p { color: rgb(237,211,215); }
H1.HeaderClassName
{
color: #EDD3D7;
}
.AnyTagClassName
{
color: #EDD3D7;
}
</style>
background-color css
<style>
a { background-color: #EDD3D7; }
a { background-color: rgb(237,211,215); }
div.DivClassName
{
background-color: #EDD3D7;
}
.BgClassName
{
background-color: #EDD3D7;
}
</style>
border-color css
<style>
span { border-color: #EDD3D7; }
span { border-color: rgb(237,211,215); }
td.TdClassName
{
border-color: #EDD3D7;
}
.TagClassName
{
border-color: #EDD3D7;
}
</style>