Shades of Pale Rose #EBD2D8
Tints of Pale Rose #EBD2D8
RGB
CMYK
RGB Variations
Color information
#EBD2D8 (or 0xEBD2D8) is known color: Pale Rose. HEX triplet: EB, D2 and D8. RGB value is (235,210,216). Sum of RGB (Red+Green+Blue) = 235+210+216=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 210 (82.42% from 255 or 31.77% from 661); Blue value is 216 (84.77% from 255 or 32.68% from 661); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD2D8 is #142D27. Grayscale: #DADADA. Windows color (decimal): -1322280 or 14209771. OLE color: 14209771.
HSL color Cylindrical-coordinate representation of color #EBD2D8: hue angle of 345.6º 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 #EBD2D8 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 210 | 216 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.08 |
| HSL | 345.6º | 0.38% | 0.87% | - |
| HSV(B) | 345.6º | 0.11% | 0.92% | - |
| XYZ | 69.7 | 68.71 | 74.56 | - |
| YUV | 218.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 210 | 216 | 0 | 0.11 | 0.08 | 0.08 | 345.6 | 0.38 | 0.87 |
| Hex | EB | D2 | D8 | 0 | B | 8 | 8 | 15A | 26 | 57 |
| Octal | 353 | 322 | 330 | 0 | 13 | 10 | 10 | 532 | 46 | 127 |
| Binary | 11101011 | 11010010 | 11011000 | 0 | 1011 | 1000 | 1000 | 101011010 | 100110 | 1010111 |
Color Harmonies of #EBD2D8
Complementary color
Monochromatic Colors of #EBD2D8
Black with #EBD2D8
Text Example
Text Example
White with #EBD2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD2D8; }
p { color: rgb(235,210,216); }
H1.HeaderClassName
{
color: #EBD2D8;
}
.AnyTagClassName
{
color: #EBD2D8;
}
</style>
background-color css
<style>
a { background-color: #EBD2D8; }
a { background-color: rgb(235,210,216); }
div.DivClassName
{
background-color: #EBD2D8;
}
.BgClassName
{
background-color: #EBD2D8;
}
</style>
border-color css
<style>
span { border-color: #EBD2D8; }
span { border-color: rgb(235,210,216); }
td.TdClassName
{
border-color: #EBD2D8;
}
.TagClassName
{
border-color: #EBD2D8;
}
</style>