Shades of Pale Rose #EBCCD0
Tints of Pale Rose #EBCCD0
RGB
CMYK
RGB Variations
Color information
#EBCCD0 (or 0xEBCCD0) is known color: Pale Rose. HEX triplet: EB, CC and D0. RGB value is (235,204,208). Sum of RGB (Red+Green+Blue) = 235+204+208=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 208 (81.64% from 255 or 32.15% from 647); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCD0 is #14332F. Grayscale: #D5D5D5. Windows color (decimal): -1323824 or 13683947. OLE color: 13683947.
HSL color Cylindrical-coordinate representation of color #EBCCD0: hue angle of 352.26º 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 #EBCCD0 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 204 | 208 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.08 |
| HSL | 352.26º | 0.44% | 0.86% | - |
| HSV(B) | 352.26º | 0.13% | 0.92% | - |
| XYZ | 67.24 | 65.4 | 68.75 | - |
| YUV | 213.73 | 124.77 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 204 | 208 | 0 | 0.13 | 0.11 | 0.08 | 352.26 | 0.44 | 0.86 |
| Hex | EB | CC | D0 | 0 | D | B | 8 | 160 | 2C | 56 |
| Octal | 353 | 314 | 320 | 0 | 15 | 13 | 10 | 540 | 54 | 126 |
| Binary | 11101011 | 11001100 | 11010000 | 0 | 1101 | 1011 | 1000 | 101100000 | 101100 | 1010110 |
Color Harmonies of #EBCCD0
Complementary color
Monochromatic Colors of #EBCCD0
Black with #EBCCD0
Text Example
Text Example
White with #EBCCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCCD0; }
p { color: rgb(235,204,208); }
H1.HeaderClassName
{
color: #EBCCD0;
}
.AnyTagClassName
{
color: #EBCCD0;
}
</style>
background-color css
<style>
a { background-color: #EBCCD0; }
a { background-color: rgb(235,204,208); }
div.DivClassName
{
background-color: #EBCCD0;
}
.BgClassName
{
background-color: #EBCCD0;
}
</style>
border-color css
<style>
span { border-color: #EBCCD0; }
span { border-color: rgb(235,204,208); }
td.TdClassName
{
border-color: #EBCCD0;
}
.TagClassName
{
border-color: #EBCCD0;
}
</style>