Shades of Pale Rose #EDCDCF
Tints of Pale Rose #EDCDCF
RGB
CMYK
RGB Variations
Color information
#EDCDCF (or 0xEDCDCF) is known color: Pale Rose. HEX triplet: ED, CD and CF. RGB value is (237,205,207). Sum of RGB (Red+Green+Blue) = 237+205+207=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 207 (81.25% from 255 or 31.90% from 649); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDCF is #123230. Grayscale: #D6D6D6. Windows color (decimal): -1192497 or 13618669. OLE color: 13618669.
HSL color Cylindrical-coordinate representation of color #EDCDCF: hue angle of 356.25º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDCDCF is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 207 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.07 |
| HSL | 356.25º | 0.47% | 0.87% | - |
| HSV(B) | 356.25º | 0.14% | 0.93% | - |
| XYZ | 68.02 | 66.17 | 68.22 | - |
| YUV | 214.8 | 123.6 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 207 | 0 | 0.14 | 0.13 | 0.07 | 356.25 | 0.47 | 0.87 |
| Hex | ED | CD | CF | 0 | E | D | 7 | 164 | 2F | 57 |
| Octal | 355 | 315 | 317 | 0 | 16 | 15 | 7 | 544 | 57 | 127 |
| Binary | 11101101 | 11001101 | 11001111 | 0 | 1110 | 1101 | 111 | 101100100 | 101111 | 1010111 |
Color Harmonies of #EDCDCF
Complementary color
Monochromatic Colors of #EDCDCF
Black with #EDCDCF
Text Example
Text Example
White with #EDCDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCDCF; }
p { color: rgb(237,205,207); }
H1.HeaderClassName
{
color: #EDCDCF;
}
.AnyTagClassName
{
color: #EDCDCF;
}
</style>
background-color css
<style>
a { background-color: #EDCDCF; }
a { background-color: rgb(237,205,207); }
div.DivClassName
{
background-color: #EDCDCF;
}
.BgClassName
{
background-color: #EDCDCF;
}
</style>
border-color css
<style>
span { border-color: #EDCDCF; }
span { border-color: rgb(237,205,207); }
td.TdClassName
{
border-color: #EDCDCF;
}
.TagClassName
{
border-color: #EDCDCF;
}
</style>