Shades of Pale Rose #EBDADB
Tints of Pale Rose #EBDADB
RGB
CMYK
RGB Variations
Color information
#EBDADB (or 0xEBDADB) is known color: Pale Rose. HEX triplet: EB, DA and DB. RGB value is (235,218,219). Sum of RGB (Red+Green+Blue) = 235+218+219=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDADB is #142524. Grayscale: #DFDFDF. Windows color (decimal): -1320229 or 14408427. OLE color: 14408427.
HSL color Cylindrical-coordinate representation of color #EBDADB: hue angle of 356.47º 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 #EBDADB is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 218 | 219 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.08 |
| HSL | 356.47º | 0.3% | 0.89% | - |
| HSV(B) | 356.47º | 0.07% | 0.92% | - |
| XYZ | 72.12 | 72.92 | 77.29 | - |
| YUV | 223.2 | 125.63 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 218 | 219 | 0 | 0.07 | 0.07 | 0.08 | 356.47 | 0.3 | 0.89 |
| Hex | EB | DA | DB | 0 | 7 | 7 | 8 | 164 | 1E | 59 |
| Octal | 353 | 332 | 333 | 0 | 7 | 7 | 10 | 544 | 36 | 131 |
| Binary | 11101011 | 11011010 | 11011011 | 0 | 111 | 111 | 1000 | 101100100 | 11110 | 1011001 |
Color Harmonies of #EBDADB
Complementary color
Monochromatic Colors of #EBDADB
Black with #EBDADB
Text Example
Text Example
White with #EBDADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDADB; }
p { color: rgb(235,218,219); }
H1.HeaderClassName
{
color: #EBDADB;
}
.AnyTagClassName
{
color: #EBDADB;
}
</style>
background-color css
<style>
a { background-color: #EBDADB; }
a { background-color: rgb(235,218,219); }
div.DivClassName
{
background-color: #EBDADB;
}
.BgClassName
{
background-color: #EBDADB;
}
</style>
border-color css
<style>
span { border-color: #EBDADB; }
span { border-color: rgb(235,218,219); }
td.TdClassName
{
border-color: #EBDADB;
}
.TagClassName
{
border-color: #EBDADB;
}
</style>