Shades of Pale Rose #EBDCDE
Tints of Pale Rose #EBDCDE
RGB
CMYK
RGB Variations
Color information
#EBDCDE (or 0xEBDCDE) is known color: Pale Rose. HEX triplet: EB, DC and DE. RGB value is (235,220,222). Sum of RGB (Red+Green+Blue) = 235+220+222=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 222 (87.11% from 255 or 32.79% from 677); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCDE is #142321. Grayscale: #E0E0E0. Windows color (decimal): -1319714 or 14605547. OLE color: 14605547.
HSL color Cylindrical-coordinate representation of color #EBDCDE: hue angle of 352º 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 #EBDCDE is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 220 | 222 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.08 |
| HSL | 352º | 0.27% | 0.89% | - |
| HSV(B) | 352º | 0.06% | 0.92% | - |
| XYZ | 73.04 | 74.12 | 79.56 | - |
| YUV | 224.71 | 126.47 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 220 | 222 | 0 | 0.06 | 0.06 | 0.08 | 352 | 0.27 | 0.89 |
| Hex | EB | DC | DE | 0 | 6 | 6 | 8 | 160 | 1B | 59 |
| Octal | 353 | 334 | 336 | 0 | 6 | 6 | 10 | 540 | 33 | 131 |
| Binary | 11101011 | 11011100 | 11011110 | 0 | 110 | 110 | 1000 | 101100000 | 11011 | 1011001 |
Color Harmonies of #EBDCDE
Complementary color
Monochromatic Colors of #EBDCDE
Black with #EBDCDE
Text Example
Text Example
White with #EBDCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDCDE; }
p { color: rgb(235,220,222); }
H1.HeaderClassName
{
color: #EBDCDE;
}
.AnyTagClassName
{
color: #EBDCDE;
}
</style>
background-color css
<style>
a { background-color: #EBDCDE; }
a { background-color: rgb(235,220,222); }
div.DivClassName
{
background-color: #EBDCDE;
}
.BgClassName
{
background-color: #EBDCDE;
}
</style>
border-color css
<style>
span { border-color: #EBDCDE; }
span { border-color: rgb(235,220,222); }
td.TdClassName
{
border-color: #EBDCDE;
}
.TagClassName
{
border-color: #EBDCDE;
}
</style>