Shades of Prim #EBC6D1
Tints of Prim #EBC6D1
RGB
CMYK
RGB Variations
Color information
#EBC6D1 (or 0xEBC6D1) is known color: Prim. HEX triplet: EB, C6 and D1. RGB value is (235,198,209). Sum of RGB (Red+Green+Blue) = 235+198+209=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 198 (77.73% from 255 or 30.84% from 642); Blue value is 209 (82.03% from 255 or 32.55% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC6D1 is #14392E. Grayscale: #D2D2D2. Windows color (decimal): -1325359 or 13747947. OLE color: 13747947.
HSL color Cylindrical-coordinate representation of color #EBC6D1: hue angle of 342.16º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBC6D1 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 209 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.08 |
| HSL | 342.16º | 0.48% | 0.85% | - |
| HSV(B) | 342.16º | 0.16% | 0.92% | - |
| XYZ | 65.96 | 62.65 | 68.94 | - |
| YUV | 210.32 | 127.26 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 209 | 0 | 0.16 | 0.11 | 0.08 | 342.16 | 0.48 | 0.85 |
| Hex | EB | C6 | D1 | 0 | 10 | B | 8 | 156 | 30 | 55 |
| Octal | 353 | 306 | 321 | 0 | 20 | 13 | 10 | 526 | 60 | 125 |
| Binary | 11101011 | 11000110 | 11010001 | 0 | 10000 | 1011 | 1000 | 101010110 | 110000 | 1010101 |
Color Harmonies of #EBC6D1
Complementary color
Monochromatic Colors of #EBC6D1
Black with #EBC6D1
Text Example
Text Example
White with #EBC6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC6D1; }
p { color: rgb(235,198,209); }
H1.HeaderClassName
{
color: #EBC6D1;
}
.AnyTagClassName
{
color: #EBC6D1;
}
</style>
background-color css
<style>
a { background-color: #EBC6D1; }
a { background-color: rgb(235,198,209); }
div.DivClassName
{
background-color: #EBC6D1;
}
.BgClassName
{
background-color: #EBC6D1;
}
</style>
border-color css
<style>
span { border-color: #EBC6D1; }
span { border-color: rgb(235,198,209); }
td.TdClassName
{
border-color: #EBC6D1;
}
.TagClassName
{
border-color: #EBC6D1;
}
</style>