Shades of Pale Rose #EBD2D9
Tints of Pale Rose #EBD2D9
RGB
CMYK
RGB Variations
Color information
#EBD2D9 (or 0xEBD2D9) is known color: Pale Rose. HEX triplet: EB, D2 and D9. RGB value is (235,210,217). Sum of RGB (Red+Green+Blue) = 235+210+217=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 210 (82.42% from 255 or 31.72% from 662); Blue value is 217 (85.16% from 255 or 32.78% from 662); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD2D9 is #142D26. Grayscale: #DADADA. Windows color (decimal): -1322279 or 14275307. OLE color: 14275307.
HSL color Cylindrical-coordinate representation of color #EBD2D9: hue angle of 343.2º 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 #EBD2D9 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 210 | 217 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.08 |
| HSL | 343.2º | 0.38% | 0.87% | - |
| HSV(B) | 343.2º | 0.11% | 0.92% | - |
| XYZ | 69.83 | 68.77 | 75.24 | - |
| YUV | 218.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 210 | 217 | 0 | 0.11 | 0.08 | 0.08 | 343.2 | 0.38 | 0.87 |
| Hex | EB | D2 | D9 | 0 | B | 8 | 8 | 157 | 26 | 57 |
| Octal | 353 | 322 | 331 | 0 | 13 | 10 | 10 | 527 | 46 | 127 |
| Binary | 11101011 | 11010010 | 11011001 | 0 | 1011 | 1000 | 1000 | 101010111 | 100110 | 1010111 |
Color Harmonies of #EBD2D9
Complementary color
Monochromatic Colors of #EBD2D9
Black with #EBD2D9
Text Example
Text Example
White with #EBD2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD2D9; }
p { color: rgb(235,210,217); }
H1.HeaderClassName
{
color: #EBD2D9;
}
.AnyTagClassName
{
color: #EBD2D9;
}
</style>
background-color css
<style>
a { background-color: #EBD2D9; }
a { background-color: rgb(235,210,217); }
div.DivClassName
{
background-color: #EBD2D9;
}
.BgClassName
{
background-color: #EBD2D9;
}
</style>
border-color css
<style>
span { border-color: #EBD2D9; }
span { border-color: rgb(235,210,217); }
td.TdClassName
{
border-color: #EBD2D9;
}
.TagClassName
{
border-color: #EBD2D9;
}
</style>