Shades of Pale Rose #EDCECF
Tints of Pale Rose #EDCECF
RGB
CMYK
RGB Variations
Color information
#EDCECF (or 0xEDCECF) is known color: Pale Rose. HEX triplet: ED, CE and CF. RGB value is (237,206,207). Sum of RGB (Red+Green+Blue) = 237+206+207=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 207 (81.25% from 255 or 31.85% from 650); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCECF is #123130. Grayscale: #D7D7D7. Windows color (decimal): -1192241 or 13618925. OLE color: 13618925.
HSL color Cylindrical-coordinate representation of color #EDCECF: hue angle of 358.06º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDCECF is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 207 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.07 |
| HSL | 358.06º | 0.46% | 0.87% | - |
| HSV(B) | 358.06º | 0.13% | 0.93% | - |
| XYZ | 68.26 | 66.65 | 68.3 | - |
| YUV | 215.38 | 123.27 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 207 | 0 | 0.13 | 0.13 | 0.07 | 358.06 | 0.46 | 0.87 |
| Hex | ED | CE | CF | 0 | D | D | 7 | 166 | 2E | 57 |
| Octal | 355 | 316 | 317 | 0 | 15 | 15 | 7 | 546 | 56 | 127 |
| Binary | 11101101 | 11001110 | 11001111 | 0 | 1101 | 1101 | 111 | 101100110 | 101110 | 1010111 |
Color Harmonies of #EDCECF
Complementary color
Monochromatic Colors of #EDCECF
Black with #EDCECF
Text Example
Text Example
White with #EDCECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCECF; }
p { color: rgb(237,206,207); }
H1.HeaderClassName
{
color: #EDCECF;
}
.AnyTagClassName
{
color: #EDCECF;
}
</style>
background-color css
<style>
a { background-color: #EDCECF; }
a { background-color: rgb(237,206,207); }
div.DivClassName
{
background-color: #EDCECF;
}
.BgClassName
{
background-color: #EDCECF;
}
</style>
border-color css
<style>
span { border-color: #EDCECF; }
span { border-color: rgb(237,206,207); }
td.TdClassName
{
border-color: #EDCECF;
}
.TagClassName
{
border-color: #EDCECF;
}
</style>