Shades of Pale Rose #EBCDD3
Tints of Pale Rose #EBCDD3
RGB
CMYK
RGB Variations
Color information
#EBCDD3 (or 0xEBCDD3) is known color: Pale Rose. HEX triplet: EB, CD and D3. RGB value is (235,205,211). Sum of RGB (Red+Green+Blue) = 235+205+211=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 211 (82.81% from 255 or 32.41% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDD3 is #14322C. Grayscale: #D6D6D6. Windows color (decimal): -1323565 or 13880811. OLE color: 13880811.
HSL color Cylindrical-coordinate representation of color #EBCDD3: hue angle of 348º 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 #EBCDD3 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 211 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.08 |
| HSL | 348º | 0.43% | 0.86% | - |
| HSV(B) | 348º | 0.13% | 0.92% | - |
| XYZ | 67.85 | 66.03 | 70.8 | - |
| YUV | 214.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 211 | 0 | 0.13 | 0.10 | 0.08 | 348 | 0.43 | 0.86 |
| Hex | EB | CD | D3 | 0 | D | A | 8 | 15C | 2B | 56 |
| Octal | 353 | 315 | 323 | 0 | 15 | 12 | 10 | 534 | 53 | 126 |
| Binary | 11101011 | 11001101 | 11010011 | 0 | 1101 | 1010 | 1000 | 101011100 | 101011 | 1010110 |
Color Harmonies of #EBCDD3
Complementary color
Monochromatic Colors of #EBCDD3
Black with #EBCDD3
Text Example
Text Example
White with #EBCDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCDD3; }
p { color: rgb(235,205,211); }
H1.HeaderClassName
{
color: #EBCDD3;
}
.AnyTagClassName
{
color: #EBCDD3;
}
</style>
background-color css
<style>
a { background-color: #EBCDD3; }
a { background-color: rgb(235,205,211); }
div.DivClassName
{
background-color: #EBCDD3;
}
.BgClassName
{
background-color: #EBCDD3;
}
</style>
border-color css
<style>
span { border-color: #EBCDD3; }
span { border-color: rgb(235,205,211); }
td.TdClassName
{
border-color: #EBCDD3;
}
.TagClassName
{
border-color: #EBCDD3;
}
</style>