Shades of Pale Rose #EBCECF
Tints of Pale Rose #EBCECF
RGB
CMYK
RGB Variations
Color information
#EBCECF (or 0xEBCECF) is known color: Pale Rose. HEX triplet: EB, CE and CF. RGB value is (235,206,207). Sum of RGB (Red+Green+Blue) = 235+206+207=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 207 (81.25% from 255 or 31.94% from 648); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCECF is #143130. Grayscale: #D6D6D6. Windows color (decimal): -1323313 or 13618923. OLE color: 13618923.
HSL color Cylindrical-coordinate representation of color #EBCECF: hue angle of 357.93º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBCECF is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 206 | 207 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.08 |
| HSL | 357.93º | 0.42% | 0.86% | - |
| HSV(B) | 357.93º | 0.12% | 0.92% | - |
| XYZ | 67.59 | 66.31 | 68.27 | - |
| YUV | 214.79 | 123.61 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 206 | 207 | 0 | 0.12 | 0.12 | 0.08 | 357.93 | 0.42 | 0.86 |
| Hex | EB | CE | CF | 0 | C | C | 8 | 166 | 2A | 56 |
| Octal | 353 | 316 | 317 | 0 | 14 | 14 | 10 | 546 | 52 | 126 |
| Binary | 11101011 | 11001110 | 11001111 | 0 | 1100 | 1100 | 1000 | 101100110 | 101010 | 1010110 |
Color Harmonies of #EBCECF
Complementary color
Monochromatic Colors of #EBCECF
Black with #EBCECF
Text Example
Text Example
White with #EBCECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCECF; }
p { color: rgb(235,206,207); }
H1.HeaderClassName
{
color: #EBCECF;
}
.AnyTagClassName
{
color: #EBCECF;
}
</style>
background-color css
<style>
a { background-color: #EBCECF; }
a { background-color: rgb(235,206,207); }
div.DivClassName
{
background-color: #EBCECF;
}
.BgClassName
{
background-color: #EBCECF;
}
</style>
border-color css
<style>
span { border-color: #EBCECF; }
span { border-color: rgb(235,206,207); }
td.TdClassName
{
border-color: #EBCECF;
}
.TagClassName
{
border-color: #EBCECF;
}
</style>