Shades of Pale Rose #EBCBCD
Tints of Pale Rose #EBCBCD
RGB
CMYK
RGB Variations
Color information
#EBCBCD (or 0xEBCBCD) is known color: Pale Rose. HEX triplet: EB, CB and CD. RGB value is (235,203,205). Sum of RGB (Red+Green+Blue) = 235+203+205=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCBCD is #143432. Grayscale: #D4D4D4. Windows color (decimal): -1324083 or 13487083. OLE color: 13487083.
HSL color Cylindrical-coordinate representation of color #EBCBCD: hue angle of 356.25º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBCBCD is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 203 | 205 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.08 |
| HSL | 356.25º | 0.44% | 0.86% | - |
| HSV(B) | 356.25º | 0.14% | 0.92% | - |
| XYZ | 66.64 | 64.78 | 66.75 | - |
| YUV | 212.8 | 123.6 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 203 | 205 | 0 | 0.14 | 0.13 | 0.08 | 356.25 | 0.44 | 0.86 |
| Hex | EB | CB | CD | 0 | E | D | 8 | 164 | 2C | 56 |
| Octal | 353 | 313 | 315 | 0 | 16 | 15 | 10 | 544 | 54 | 126 |
| Binary | 11101011 | 11001011 | 11001101 | 0 | 1110 | 1101 | 1000 | 101100100 | 101100 | 1010110 |
Color Harmonies of #EBCBCD
Complementary color
Monochromatic Colors of #EBCBCD
Black with #EBCBCD
Text Example
Text Example
White with #EBCBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCBCD; }
p { color: rgb(235,203,205); }
H1.HeaderClassName
{
color: #EBCBCD;
}
.AnyTagClassName
{
color: #EBCBCD;
}
</style>
background-color css
<style>
a { background-color: #EBCBCD; }
a { background-color: rgb(235,203,205); }
div.DivClassName
{
background-color: #EBCBCD;
}
.BgClassName
{
background-color: #EBCBCD;
}
</style>
border-color css
<style>
span { border-color: #EBCBCD; }
span { border-color: rgb(235,203,205); }
td.TdClassName
{
border-color: #EBCBCD;
}
.TagClassName
{
border-color: #EBCBCD;
}
</style>