Shades of Pale Rose #EBCDD2
Tints of Pale Rose #EBCDD2
RGB
CMYK
RGB Variations
Color information
#EBCDD2 (or 0xEBCDD2) is known color: Pale Rose. HEX triplet: EB, CD and D2. RGB value is (235,205,210). Sum of RGB (Red+Green+Blue) = 235+205+210=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 205 (80.47% from 255 or 31.54% from 650); Blue value is 210 (82.42% from 255 or 32.31% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDD2 is #14322D. Grayscale: #D6D6D6. Windows color (decimal): -1323566 or 13815275. OLE color: 13815275.
HSL color Cylindrical-coordinate representation of color #EBCDD2: hue angle of 350º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBCDD2 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 210 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.08 |
| HSL | 350º | 0.43% | 0.86% | - |
| HSV(B) | 350º | 0.13% | 0.92% | - |
| XYZ | 67.73 | 65.98 | 70.14 | - |
| YUV | 214.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 210 | 0 | 0.13 | 0.11 | 0.08 | 350 | 0.43 | 0.86 |
| Hex | EB | CD | D2 | 0 | D | B | 8 | 15E | 2B | 56 |
| Octal | 353 | 315 | 322 | 0 | 15 | 13 | 10 | 536 | 53 | 126 |
| Binary | 11101011 | 11001101 | 11010010 | 0 | 1101 | 1011 | 1000 | 101011110 | 101011 | 1010110 |
Color Harmonies of #EBCDD2
Complementary color
Monochromatic Colors of #EBCDD2
Black with #EBCDD2
Text Example
Text Example
White with #EBCDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCDD2; }
p { color: rgb(235,205,210); }
H1.HeaderClassName
{
color: #EBCDD2;
}
.AnyTagClassName
{
color: #EBCDD2;
}
</style>
background-color css
<style>
a { background-color: #EBCDD2; }
a { background-color: rgb(235,205,210); }
div.DivClassName
{
background-color: #EBCDD2;
}
.BgClassName
{
background-color: #EBCDD2;
}
</style>
border-color css
<style>
span { border-color: #EBCDD2; }
span { border-color: rgb(235,205,210); }
td.TdClassName
{
border-color: #EBCDD2;
}
.TagClassName
{
border-color: #EBCDD2;
}
</style>