Shades of Pale Rose #EBDCE0
Tints of Pale Rose #EBDCE0
RGB
CMYK
RGB Variations
Color information
#EBDCE0 (or 0xEBDCE0) is known color: Pale Rose. HEX triplet: EB, DC and E0. RGB value is (235,220,224). Sum of RGB (Red+Green+Blue) = 235+220+224=679 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.61% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 224 (87.89% from 255 or 32.99% from 679); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCE0 is #14231F. Grayscale: #E0E0E0. Windows color (decimal): -1319712 or 14736619. OLE color: 14736619.
HSL color Cylindrical-coordinate representation of color #EBDCE0: hue angle of 344º degrees, saturation: 0.27, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBDCE0 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 224 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.08 |
| HSL | 344º | 0.27% | 0.89% | - |
| HSV(B) | 344º | 0.06% | 0.92% | - |
| XYZ | 73.31 | 74.23 | 80.99 | - |
| YUV | 224.94 | 127.47 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 224 | 0 | 0.06 | 0.05 | 0.08 | 344 | 0.27 | 0.89 |
| Hex | EB | DC | E0 | 0 | 6 | 5 | 8 | 158 | 1B | 59 |
| Octal | 353 | 334 | 340 | 0 | 6 | 5 | 10 | 530 | 33 | 131 |
| Binary | 11101011 | 11011100 | 11100000 | 0 | 110 | 101 | 1000 | 101011000 | 11011 | 1011001 |
Color Harmonies of #EBDCE0
Complementary color
Monochromatic Colors of #EBDCE0
Black with #EBDCE0
Text Example
Text Example
White with #EBDCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDCE0; }
p { color: rgb(235,220,224); }
H1.HeaderClassName
{
color: #EBDCE0;
}
.AnyTagClassName
{
color: #EBDCE0;
}
</style>
background-color css
<style>
a { background-color: #EBDCE0; }
a { background-color: rgb(235,220,224); }
div.DivClassName
{
background-color: #EBDCE0;
}
.BgClassName
{
background-color: #EBDCE0;
}
</style>
border-color css
<style>
span { border-color: #EBDCE0; }
span { border-color: rgb(235,220,224); }
td.TdClassName
{
border-color: #EBDCE0;
}
.TagClassName
{
border-color: #EBDCE0;
}
</style>