Shades of Pale Rose #EBD6DD
Tints of Pale Rose #EBD6DD
RGB
CMYK
RGB Variations
Color information
#EBD6DD (or 0xEBD6DD) is known color: Pale Rose. HEX triplet: EB, D6 and DD. RGB value is (235,214,221). Sum of RGB (Red+Green+Blue) = 235+214+221=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 214 (83.98% from 255 or 31.94% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD6DD is #142922. Grayscale: #DDDDDD. Windows color (decimal): -1321251 or 14538475. OLE color: 14538475.
HSL color Cylindrical-coordinate representation of color #EBD6DD: hue angle of 340º degrees, saturation: 0.34, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EBD6DD is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 214 | 221 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.08 |
| HSL | 340º | 0.34% | 0.88% | - |
| HSV(B) | 340º | 0.09% | 0.92% | - |
| XYZ | 71.36 | 70.98 | 78.35 | - |
| YUV | 221.08 | 127.96 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 214 | 221 | 0 | 0.09 | 0.06 | 0.08 | 340 | 0.34 | 0.88 |
| Hex | EB | D6 | DD | 0 | 9 | 6 | 8 | 154 | 22 | 58 |
| Octal | 353 | 326 | 335 | 0 | 11 | 6 | 10 | 524 | 42 | 130 |
| Binary | 11101011 | 11010110 | 11011101 | 0 | 1001 | 110 | 1000 | 101010100 | 100010 | 1011000 |
Color Harmonies of #EBD6DD
Complementary color
Monochromatic Colors of #EBD6DD
Black with #EBD6DD
Text Example
Text Example
White with #EBD6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD6DD; }
p { color: rgb(235,214,221); }
H1.HeaderClassName
{
color: #EBD6DD;
}
.AnyTagClassName
{
color: #EBD6DD;
}
</style>
background-color css
<style>
a { background-color: #EBD6DD; }
a { background-color: rgb(235,214,221); }
div.DivClassName
{
background-color: #EBD6DD;
}
.BgClassName
{
background-color: #EBD6DD;
}
</style>
border-color css
<style>
span { border-color: #EBD6DD; }
span { border-color: rgb(235,214,221); }
td.TdClassName
{
border-color: #EBD6DD;
}
.TagClassName
{
border-color: #EBD6DD;
}
</style>