Shades of Pale Rose #EBDDE1
Tints of Pale Rose #EBDDE1
RGB
CMYK
RGB Variations
Color information
#EBDDE1 (or 0xEBDDE1) is known color: Pale Rose. HEX triplet: EB, DD and E1. RGB value is (235,221,225). Sum of RGB (Red+Green+Blue) = 235+221+225=681 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.51% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 225 (88.28% from 255 or 33.04% from 681); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDE1 is #14221E. Grayscale: #E1E1E1. Windows color (decimal): -1319455 or 14802411. OLE color: 14802411.
HSL color Cylindrical-coordinate representation of color #EBDDE1: hue angle of 342.86º degrees, saturation: 0.26, 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 #EBDDE1 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 221 | 225 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.08 |
| HSL | 342.86º | 0.26% | 0.89% | - |
| HSV(B) | 342.86º | 0.06% | 0.92% | - |
| XYZ | 73.71 | 74.81 | 81.79 | - |
| YUV | 225.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 221 | 225 | 0 | 0.06 | 0.04 | 0.08 | 342.86 | 0.26 | 0.89 |
| Hex | EB | DD | E1 | 0 | 6 | 4 | 8 | 157 | 1A | 59 |
| Octal | 353 | 335 | 341 | 0 | 6 | 4 | 10 | 527 | 32 | 131 |
| Binary | 11101011 | 11011101 | 11100001 | 0 | 110 | 100 | 1000 | 101010111 | 11010 | 1011001 |
Color Harmonies of #EBDDE1
Complementary color
Monochromatic Colors of #EBDDE1
Black with #EBDDE1
Text Example
Text Example
White with #EBDDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDDE1; }
p { color: rgb(235,221,225); }
H1.HeaderClassName
{
color: #EBDDE1;
}
.AnyTagClassName
{
color: #EBDDE1;
}
</style>
background-color css
<style>
a { background-color: #EBDDE1; }
a { background-color: rgb(235,221,225); }
div.DivClassName
{
background-color: #EBDDE1;
}
.BgClassName
{
background-color: #EBDDE1;
}
</style>
border-color css
<style>
span { border-color: #EBDDE1; }
span { border-color: rgb(235,221,225); }
td.TdClassName
{
border-color: #EBDDE1;
}
.TagClassName
{
border-color: #EBDDE1;
}
</style>