Shades of Pale Rose #EBCED2
Tints of Pale Rose #EBCED2
RGB
CMYK
RGB Variations
Color information
#EBCED2 (or 0xEBCED2) is known color: Pale Rose. HEX triplet: EB, CE and D2. RGB value is (235,206,210). Sum of RGB (Red+Green+Blue) = 235+206+210=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 210 (82.42% from 255 or 32.26% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCED2 is #14312D. Grayscale: #D7D7D7. Windows color (decimal): -1323310 or 13815531. OLE color: 13815531.
HSL color Cylindrical-coordinate representation of color #EBCED2: hue angle of 351.72º 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 #EBCED2 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 206 | 210 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.08 |
| HSL | 351.72º | 0.42% | 0.86% | - |
| HSV(B) | 351.72º | 0.12% | 0.92% | - |
| XYZ | 67.97 | 66.46 | 70.22 | - |
| YUV | 215.13 | 125.11 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 206 | 210 | 0 | 0.12 | 0.11 | 0.08 | 351.72 | 0.42 | 0.86 |
| Hex | EB | CE | D2 | 0 | C | B | 8 | 160 | 2A | 56 |
| Octal | 353 | 316 | 322 | 0 | 14 | 13 | 10 | 540 | 52 | 126 |
| Binary | 11101011 | 11001110 | 11010010 | 0 | 1100 | 1011 | 1000 | 101100000 | 101010 | 1010110 |
Color Harmonies of #EBCED2
Complementary color
Monochromatic Colors of #EBCED2
Black with #EBCED2
Text Example
Text Example
White with #EBCED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCED2; }
p { color: rgb(235,206,210); }
H1.HeaderClassName
{
color: #EBCED2;
}
.AnyTagClassName
{
color: #EBCED2;
}
</style>
background-color css
<style>
a { background-color: #EBCED2; }
a { background-color: rgb(235,206,210); }
div.DivClassName
{
background-color: #EBCED2;
}
.BgClassName
{
background-color: #EBCED2;
}
</style>
border-color css
<style>
span { border-color: #EBCED2; }
span { border-color: rgb(235,206,210); }
td.TdClassName
{
border-color: #EBCED2;
}
.TagClassName
{
border-color: #EBCED2;
}
</style>