Shades of Pale Rose #EBD8DD
Tints of Pale Rose #EBD8DD
RGB
CMYK
RGB Variations
Color information
#EBD8DD (or 0xEBD8DD) is known color: Pale Rose. HEX triplet: EB, D8 and DD. RGB value is (235,216,221). Sum of RGB (Red+Green+Blue) = 235+216+221=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 216 (84.77% from 255 or 32.14% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8DD is #142722. Grayscale: #DEDEDE. Windows color (decimal): -1320739 or 14538987. OLE color: 14538987.
HSL color Cylindrical-coordinate representation of color #EBD8DD: hue angle of 344.21º degrees, saturation: 0.32, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBD8DD is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 216 | 221 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.08 |
| HSL | 344.21º | 0.32% | 0.88% | - |
| HSV(B) | 344.21º | 0.08% | 0.92% | - |
| XYZ | 71.87 | 71.99 | 78.52 | - |
| YUV | 222.25 | 127.29 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 216 | 221 | 0 | 0.08 | 0.06 | 0.08 | 344.21 | 0.32 | 0.88 |
| Hex | EB | D8 | DD | 0 | 8 | 6 | 8 | 158 | 20 | 58 |
| Octal | 353 | 330 | 335 | 0 | 10 | 6 | 10 | 530 | 40 | 130 |
| Binary | 11101011 | 11011000 | 11011101 | 0 | 1000 | 110 | 1000 | 101011000 | 100000 | 1011000 |
Color Harmonies of #EBD8DD
Complementary color
Monochromatic Colors of #EBD8DD
Black with #EBD8DD
Text Example
Text Example
White with #EBD8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD8DD; }
p { color: rgb(235,216,221); }
H1.HeaderClassName
{
color: #EBD8DD;
}
.AnyTagClassName
{
color: #EBD8DD;
}
</style>
background-color css
<style>
a { background-color: #EBD8DD; }
a { background-color: rgb(235,216,221); }
div.DivClassName
{
background-color: #EBD8DD;
}
.BgClassName
{
background-color: #EBD8DD;
}
</style>
border-color css
<style>
span { border-color: #EBD8DD; }
span { border-color: rgb(235,216,221); }
td.TdClassName
{
border-color: #EBD8DD;
}
.TagClassName
{
border-color: #EBD8DD;
}
</style>