Shades of Pale Rose #EBDADD
Tints of Pale Rose #EBDADD
RGB
CMYK
RGB Variations
Color information
#EBDADD (or 0xEBDADD) is known color: Pale Rose. HEX triplet: EB, DA and DD. RGB value is (235,218,221). Sum of RGB (Red+Green+Blue) = 235+218+221=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDADD is #142522. Grayscale: #DFDFDF. Windows color (decimal): -1320227 or 14539499. OLE color: 14539499.
HSL color Cylindrical-coordinate representation of color #EBDADD: hue angle of 349.41º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBDADD is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 218 | 221 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.08 |
| HSL | 349.41º | 0.3% | 0.89% | - |
| HSV(B) | 349.41º | 0.07% | 0.92% | - |
| XYZ | 72.38 | 73.03 | 78.69 | - |
| YUV | 223.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 218 | 221 | 0 | 0.07 | 0.06 | 0.08 | 349.41 | 0.3 | 0.89 |
| Hex | EB | DA | DD | 0 | 7 | 6 | 8 | 15D | 1E | 59 |
| Octal | 353 | 332 | 335 | 0 | 7 | 6 | 10 | 535 | 36 | 131 |
| Binary | 11101011 | 11011010 | 11011101 | 0 | 111 | 110 | 1000 | 101011101 | 11110 | 1011001 |
Color Harmonies of #EBDADD
Complementary color
Monochromatic Colors of #EBDADD
Black with #EBDADD
Text Example
Text Example
White with #EBDADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDADD; }
p { color: rgb(235,218,221); }
H1.HeaderClassName
{
color: #EBDADD;
}
.AnyTagClassName
{
color: #EBDADD;
}
</style>
background-color css
<style>
a { background-color: #EBDADD; }
a { background-color: rgb(235,218,221); }
div.DivClassName
{
background-color: #EBDADD;
}
.BgClassName
{
background-color: #EBDADD;
}
</style>
border-color css
<style>
span { border-color: #EBDADD; }
span { border-color: rgb(235,218,221); }
td.TdClassName
{
border-color: #EBDADD;
}
.TagClassName
{
border-color: #EBDADD;
}
</style>