Shades of Pale Rose #EDCBCE
Tints of Pale Rose #EDCBCE
RGB
CMYK
RGB Variations
Color information
#EDCBCE (or 0xEDCBCE) is known color: Pale Rose. HEX triplet: ED, CB and CE. RGB value is (237,203,206). Sum of RGB (Red+Green+Blue) = 237+203+206=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 203 (79.69% from 255 or 31.42% from 646); Blue value is 206 (80.86% from 255 or 31.89% from 646); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBCE is #123431. Grayscale: #D5D5D5. Windows color (decimal): -1193010 or 13552621. OLE color: 13552621.
HSL color Cylindrical-coordinate representation of color #EDCBCE: hue angle of 354.71º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDCBCE is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 203 | 206 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.07 |
| HSL | 354.71º | 0.49% | 0.86% | - |
| HSV(B) | 354.71º | 0.14% | 0.93% | - |
| XYZ | 67.42 | 65.17 | 67.42 | - |
| YUV | 213.51 | 123.76 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 203 | 206 | 0 | 0.14 | 0.13 | 0.07 | 354.71 | 0.49 | 0.86 |
| Hex | ED | CB | CE | 0 | E | D | 7 | 163 | 31 | 56 |
| Octal | 355 | 313 | 316 | 0 | 16 | 15 | 7 | 543 | 61 | 126 |
| Binary | 11101101 | 11001011 | 11001110 | 0 | 1110 | 1101 | 111 | 101100011 | 110001 | 1010110 |
Color Harmonies of #EDCBCE
Complementary color
Monochromatic Colors of #EDCBCE
Black with #EDCBCE
Text Example
Text Example
White with #EDCBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCBCE; }
p { color: rgb(237,203,206); }
H1.HeaderClassName
{
color: #EDCBCE;
}
.AnyTagClassName
{
color: #EDCBCE;
}
</style>
background-color css
<style>
a { background-color: #EDCBCE; }
a { background-color: rgb(237,203,206); }
div.DivClassName
{
background-color: #EDCBCE;
}
.BgClassName
{
background-color: #EDCBCE;
}
</style>
border-color css
<style>
span { border-color: #EDCBCE; }
span { border-color: rgb(237,203,206); }
td.TdClassName
{
border-color: #EDCBCE;
}
.TagClassName
{
border-color: #EDCBCE;
}
</style>