Shades of Pale Rose #EBD2D4
Tints of Pale Rose #EBD2D4
RGB
CMYK
RGB Variations
Color information
#EBD2D4 (or 0xEBD2D4) is known color: Pale Rose. HEX triplet: EB, D2 and D4. RGB value is (235,210,212). Sum of RGB (Red+Green+Blue) = 235+210+212=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 210 (82.42% from 255 or 31.96% from 657); Blue value is 212 (83.20% from 255 or 32.27% from 657); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD2D4 is #142D2B. Grayscale: #D9D9D9. Windows color (decimal): -1322284 or 13947627. OLE color: 13947627.
HSL color Cylindrical-coordinate representation of color #EBD2D4: hue angle of 355.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 #EBD2D4 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 210 | 212 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.08 |
| HSL | 355.2º | 0.38% | 0.87% | - |
| HSV(B) | 355.2º | 0.11% | 0.92% | - |
| XYZ | 69.19 | 68.51 | 71.86 | - |
| YUV | 217.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 210 | 212 | 0 | 0.11 | 0.10 | 0.08 | 355.2 | 0.38 | 0.87 |
| Hex | EB | D2 | D4 | 0 | B | A | 8 | 163 | 26 | 57 |
| Octal | 353 | 322 | 324 | 0 | 13 | 12 | 10 | 543 | 46 | 127 |
| Binary | 11101011 | 11010010 | 11010100 | 0 | 1011 | 1010 | 1000 | 101100011 | 100110 | 1010111 |
Color Harmonies of #EBD2D4
Complementary color
Monochromatic Colors of #EBD2D4
Black with #EBD2D4
Text Example
Text Example
White with #EBD2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD2D4; }
p { color: rgb(235,210,212); }
H1.HeaderClassName
{
color: #EBD2D4;
}
.AnyTagClassName
{
color: #EBD2D4;
}
</style>
background-color css
<style>
a { background-color: #EBD2D4; }
a { background-color: rgb(235,210,212); }
div.DivClassName
{
background-color: #EBD2D4;
}
.BgClassName
{
background-color: #EBD2D4;
}
</style>
border-color css
<style>
span { border-color: #EBD2D4; }
span { border-color: rgb(235,210,212); }
td.TdClassName
{
border-color: #EBD2D4;
}
.TagClassName
{
border-color: #EBD2D4;
}
</style>