Shades of Prim #EBC4D3
Tints of Prim #EBC4D3
RGB
CMYK
RGB Variations
Color information
#EBC4D3 (or 0xEBC4D3) is known color: Prim. HEX triplet: EB, C4 and D3. RGB value is (235,196,211). Sum of RGB (Red+Green+Blue) = 235+196+211=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 196 (76.95% from 255 or 30.53% from 642); Blue value is 211 (82.81% from 255 or 32.87% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC4D3 is #143B2C. Grayscale: #D1D1D1. Windows color (decimal): -1325869 or 13878507. OLE color: 13878507.
HSL color Cylindrical-coordinate representation of color #EBC4D3: hue angle of 336.92º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBC4D3 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 211 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.08 |
| HSL | 336.92º | 0.49% | 0.85% | - |
| HSV(B) | 336.92º | 0.17% | 0.92% | - |
| XYZ | 65.76 | 61.85 | 70.1 | - |
| YUV | 209.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 211 | 0 | 0.17 | 0.10 | 0.08 | 336.92 | 0.49 | 0.85 |
| Hex | EB | C4 | D3 | 0 | 11 | A | 8 | 151 | 31 | 55 |
| Octal | 353 | 304 | 323 | 0 | 21 | 12 | 10 | 521 | 61 | 125 |
| Binary | 11101011 | 11000100 | 11010011 | 0 | 10001 | 1010 | 1000 | 101010001 | 110001 | 1010101 |
Color Harmonies of #EBC4D3
Complementary color
Monochromatic Colors of #EBC4D3
Black with #EBC4D3
Text Example
Text Example
White with #EBC4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC4D3; }
p { color: rgb(235,196,211); }
H1.HeaderClassName
{
color: #EBC4D3;
}
.AnyTagClassName
{
color: #EBC4D3;
}
</style>
background-color css
<style>
a { background-color: #EBC4D3; }
a { background-color: rgb(235,196,211); }
div.DivClassName
{
background-color: #EBC4D3;
}
.BgClassName
{
background-color: #EBC4D3;
}
</style>
border-color css
<style>
span { border-color: #EBC4D3; }
span { border-color: rgb(235,196,211); }
td.TdClassName
{
border-color: #EBC4D3;
}
.TagClassName
{
border-color: #EBC4D3;
}
</style>