Shades of Pale Rose #EBCED3
Tints of Pale Rose #EBCED3
RGB
CMYK
RGB Variations
Color information
#EBCED3 (or 0xEBCED3) is known color: Pale Rose. HEX triplet: EB, CE and D3. RGB value is (235,206,211). Sum of RGB (Red+Green+Blue) = 235+206+211=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 211 (82.81% from 255 or 32.36% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCED3 is #14312C. Grayscale: #D7D7D7. Windows color (decimal): -1323309 or 13881067. OLE color: 13881067.
HSL color Cylindrical-coordinate representation of color #EBCED3: hue angle of 349.66º 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 #EBCED3 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 206 | 211 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.08 |
| HSL | 349.66º | 0.42% | 0.86% | - |
| HSV(B) | 349.66º | 0.12% | 0.92% | - |
| XYZ | 68.09 | 66.51 | 70.88 | - |
| YUV | 215.24 | 125.61 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 206 | 211 | 0 | 0.12 | 0.10 | 0.08 | 349.66 | 0.42 | 0.86 |
| Hex | EB | CE | D3 | 0 | C | A | 8 | 15E | 2A | 56 |
| Octal | 353 | 316 | 323 | 0 | 14 | 12 | 10 | 536 | 52 | 126 |
| Binary | 11101011 | 11001110 | 11010011 | 0 | 1100 | 1010 | 1000 | 101011110 | 101010 | 1010110 |
Color Harmonies of #EBCED3
Complementary color
Monochromatic Colors of #EBCED3
Black with #EBCED3
Text Example
Text Example
White with #EBCED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCED3; }
p { color: rgb(235,206,211); }
H1.HeaderClassName
{
color: #EBCED3;
}
.AnyTagClassName
{
color: #EBCED3;
}
</style>
background-color css
<style>
a { background-color: #EBCED3; }
a { background-color: rgb(235,206,211); }
div.DivClassName
{
background-color: #EBCED3;
}
.BgClassName
{
background-color: #EBCED3;
}
</style>
border-color css
<style>
span { border-color: #EBCED3; }
span { border-color: rgb(235,206,211); }
td.TdClassName
{
border-color: #EBCED3;
}
.TagClassName
{
border-color: #EBCED3;
}
</style>