Shades of Pale Rose #EBCED4
Tints of Pale Rose #EBCED4
RGB
CMYK
RGB Variations
Color information
#EBCED4 (or 0xEBCED4) is known color: Pale Rose. HEX triplet: EB, CE and D4. RGB value is (235,206,212). Sum of RGB (Red+Green+Blue) = 235+206+212=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 212 (83.20% from 255 or 32.47% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCED4 is #14312B. Grayscale: #D7D7D7. Windows color (decimal): -1323308 or 13946603. OLE color: 13946603.
HSL color Cylindrical-coordinate representation of color #EBCED4: hue angle of 347.59º 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 #EBCED4 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 206 | 212 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.08 |
| HSL | 347.59º | 0.42% | 0.86% | - |
| HSV(B) | 347.59º | 0.12% | 0.92% | - |
| XYZ | 68.22 | 66.56 | 71.54 | - |
| YUV | 215.36 | 126.11 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 206 | 212 | 0 | 0.12 | 0.10 | 0.08 | 347.59 | 0.42 | 0.86 |
| Hex | EB | CE | D4 | 0 | C | A | 8 | 15C | 2A | 56 |
| Octal | 353 | 316 | 324 | 0 | 14 | 12 | 10 | 534 | 52 | 126 |
| Binary | 11101011 | 11001110 | 11010100 | 0 | 1100 | 1010 | 1000 | 101011100 | 101010 | 1010110 |
Color Harmonies of #EBCED4
Complementary color
Monochromatic Colors of #EBCED4
Black with #EBCED4
Text Example
Text Example
White with #EBCED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCED4; }
p { color: rgb(235,206,212); }
H1.HeaderClassName
{
color: #EBCED4;
}
.AnyTagClassName
{
color: #EBCED4;
}
</style>
background-color css
<style>
a { background-color: #EBCED4; }
a { background-color: rgb(235,206,212); }
div.DivClassName
{
background-color: #EBCED4;
}
.BgClassName
{
background-color: #EBCED4;
}
</style>
border-color css
<style>
span { border-color: #EBCED4; }
span { border-color: rgb(235,206,212); }
td.TdClassName
{
border-color: #EBCED4;
}
.TagClassName
{
border-color: #EBCED4;
}
</style>