Shades of Pale Rose #EBCCCF
Tints of Pale Rose #EBCCCF
RGB
CMYK
RGB Variations
Color information
#EBCCCF (or 0xEBCCCF) is known color: Pale Rose. HEX triplet: EB, CC and CF. RGB value is (235,204,207). Sum of RGB (Red+Green+Blue) = 235+204+207=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 207 (81.25% from 255 or 32.04% from 646); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCCF is #143330. Grayscale: #D5D5D5. Windows color (decimal): -1323825 or 13618411. OLE color: 13618411.
HSL color Cylindrical-coordinate representation of color #EBCCCF: hue angle of 354.19º 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 #EBCCCF is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 204 | 207 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.08 |
| HSL | 354.19º | 0.44% | 0.86% | - |
| HSV(B) | 354.19º | 0.13% | 0.92% | - |
| XYZ | 67.12 | 65.35 | 68.11 | - |
| YUV | 213.61 | 124.27 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 204 | 207 | 0 | 0.13 | 0.12 | 0.08 | 354.19 | 0.44 | 0.86 |
| Hex | EB | CC | CF | 0 | D | C | 8 | 162 | 2C | 56 |
| Octal | 353 | 314 | 317 | 0 | 15 | 14 | 10 | 542 | 54 | 126 |
| Binary | 11101011 | 11001100 | 11001111 | 0 | 1101 | 1100 | 1000 | 101100010 | 101100 | 1010110 |
Color Harmonies of #EBCCCF
Complementary color
Monochromatic Colors of #EBCCCF
Black with #EBCCCF
Text Example
Text Example
White with #EBCCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCCCF; }
p { color: rgb(235,204,207); }
H1.HeaderClassName
{
color: #EBCCCF;
}
.AnyTagClassName
{
color: #EBCCCF;
}
</style>
background-color css
<style>
a { background-color: #EBCCCF; }
a { background-color: rgb(235,204,207); }
div.DivClassName
{
background-color: #EBCCCF;
}
.BgClassName
{
background-color: #EBCCCF;
}
</style>
border-color css
<style>
span { border-color: #EBCCCF; }
span { border-color: rgb(235,204,207); }
td.TdClassName
{
border-color: #EBCCCF;
}
.TagClassName
{
border-color: #EBCCCF;
}
</style>