Shades of Pale Rose #EBD2D6
Tints of Pale Rose #EBD2D6
RGB
CMYK
RGB Variations
Color information
#EBD2D6 (or 0xEBD2D6) is known color: Pale Rose. HEX triplet: EB, D2 and D6. RGB value is (235,210,214). Sum of RGB (Red+Green+Blue) = 235+210+214=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 210 (82.42% from 255 or 31.87% from 659); Blue value is 214 (83.98% from 255 or 32.47% from 659); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD2D6 is #142D29. Grayscale: #D9D9D9. Windows color (decimal): -1322282 or 14078699. OLE color: 14078699.
HSL color Cylindrical-coordinate representation of color #EBD2D6: hue angle of 350.4º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBD2D6 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 210 | 214 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.08 |
| HSL | 350.4º | 0.38% | 0.87% | - |
| HSV(B) | 350.4º | 0.11% | 0.92% | - |
| XYZ | 69.45 | 68.61 | 73.2 | - |
| YUV | 217.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 210 | 214 | 0 | 0.11 | 0.09 | 0.08 | 350.4 | 0.38 | 0.87 |
| Hex | EB | D2 | D6 | 0 | B | 9 | 8 | 15E | 26 | 57 |
| Octal | 353 | 322 | 326 | 0 | 13 | 11 | 10 | 536 | 46 | 127 |
| Binary | 11101011 | 11010010 | 11010110 | 0 | 1011 | 1001 | 1000 | 101011110 | 100110 | 1010111 |
Color Harmonies of #EBD2D6
Complementary color
Monochromatic Colors of #EBD2D6
Black with #EBD2D6
Text Example
Text Example
White with #EBD2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD2D6; }
p { color: rgb(235,210,214); }
H1.HeaderClassName
{
color: #EBD2D6;
}
.AnyTagClassName
{
color: #EBD2D6;
}
</style>
background-color css
<style>
a { background-color: #EBD2D6; }
a { background-color: rgb(235,210,214); }
div.DivClassName
{
background-color: #EBD2D6;
}
.BgClassName
{
background-color: #EBD2D6;
}
</style>
border-color css
<style>
span { border-color: #EBD2D6; }
span { border-color: rgb(235,210,214); }
td.TdClassName
{
border-color: #EBD2D6;
}
.TagClassName
{
border-color: #EBD2D6;
}
</style>