Shades of Pale Rose #EBCCCE
Tints of Pale Rose #EBCCCE
RGB
CMYK
RGB Variations
Color information
#EBCCCE (or 0xEBCCCE) is known color: Pale Rose. HEX triplet: EB, CC and CE. RGB value is (235,204,206). Sum of RGB (Red+Green+Blue) = 235+204+206=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 206 (80.86% from 255 or 31.94% from 645); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCCE is #143331. Grayscale: #D5D5D5. Windows color (decimal): -1323826 or 13552875. OLE color: 13552875.
HSL color Cylindrical-coordinate representation of color #EBCCCE: hue angle of 356.13º degrees, saturation: 0.44, 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 #EBCCCE is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 204 | 206 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.08 |
| HSL | 356.13º | 0.44% | 0.86% | - |
| HSV(B) | 356.13º | 0.13% | 0.92% | - |
| XYZ | 66.99 | 65.3 | 67.47 | - |
| YUV | 213.5 | 123.77 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 204 | 206 | 0 | 0.13 | 0.12 | 0.08 | 356.13 | 0.44 | 0.86 |
| Hex | EB | CC | CE | 0 | D | C | 8 | 164 | 2C | 56 |
| Octal | 353 | 314 | 316 | 0 | 15 | 14 | 10 | 544 | 54 | 126 |
| Binary | 11101011 | 11001100 | 11001110 | 0 | 1101 | 1100 | 1000 | 101100100 | 101100 | 1010110 |
Color Harmonies of #EBCCCE
Complementary color
Monochromatic Colors of #EBCCCE
Black with #EBCCCE
Text Example
Text Example
White with #EBCCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCCCE; }
p { color: rgb(235,204,206); }
H1.HeaderClassName
{
color: #EBCCCE;
}
.AnyTagClassName
{
color: #EBCCCE;
}
</style>
background-color css
<style>
a { background-color: #EBCCCE; }
a { background-color: rgb(235,204,206); }
div.DivClassName
{
background-color: #EBCCCE;
}
.BgClassName
{
background-color: #EBCCCE;
}
</style>
border-color css
<style>
span { border-color: #EBCCCE; }
span { border-color: rgb(235,204,206); }
td.TdClassName
{
border-color: #EBCCCE;
}
.TagClassName
{
border-color: #EBCCCE;
}
</style>