Shades of Pale Rose #EBD0D2
Tints of Pale Rose #EBD0D2
RGB
CMYK
RGB Variations
Color information
#EBD0D2 (or 0xEBD0D2) is known color: Pale Rose. HEX triplet: EB, D0 and D2. RGB value is (235,208,210). Sum of RGB (Red+Green+Blue) = 235+208+210=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 208 (81.64% from 255 or 31.85% from 653); Blue value is 210 (82.42% from 255 or 32.16% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD0D2 is #142F2D. Grayscale: #D8D8D8. Windows color (decimal): -1322798 or 13816043. OLE color: 13816043.
HSL color Cylindrical-coordinate representation of color #EBD0D2: hue angle of 355.56º degrees, saturation: 0.4, 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 #EBD0D2 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 208 | 210 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.08 |
| HSL | 355.56º | 0.4% | 0.87% | - |
| HSV(B) | 355.56º | 0.11% | 0.92% | - |
| XYZ | 68.45 | 67.43 | 70.38 | - |
| YUV | 216.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 208 | 210 | 0 | 0.11 | 0.11 | 0.08 | 355.56 | 0.4 | 0.87 |
| Hex | EB | D0 | D2 | 0 | B | B | 8 | 164 | 28 | 57 |
| Octal | 353 | 320 | 322 | 0 | 13 | 13 | 10 | 544 | 50 | 127 |
| Binary | 11101011 | 11010000 | 11010010 | 0 | 1011 | 1011 | 1000 | 101100100 | 101000 | 1010111 |
Color Harmonies of #EBD0D2
Complementary color
Monochromatic Colors of #EBD0D2
Black with #EBD0D2
Text Example
Text Example
White with #EBD0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD0D2; }
p { color: rgb(235,208,210); }
H1.HeaderClassName
{
color: #EBD0D2;
}
.AnyTagClassName
{
color: #EBD0D2;
}
</style>
background-color css
<style>
a { background-color: #EBD0D2; }
a { background-color: rgb(235,208,210); }
div.DivClassName
{
background-color: #EBD0D2;
}
.BgClassName
{
background-color: #EBD0D2;
}
</style>
border-color css
<style>
span { border-color: #EBD0D2; }
span { border-color: rgb(235,208,210); }
td.TdClassName
{
border-color: #EBD0D2;
}
.TagClassName
{
border-color: #EBD0D2;
}
</style>