Shades of Prim #EBC8D6
Tints of Prim #EBC8D6
RGB
CMYK
RGB Variations
Color information
#EBC8D6 (or 0xEBC8D6) is known color: Prim. HEX triplet: EB, C8 and D6. RGB value is (235,200,214). Sum of RGB (Red+Green+Blue) = 235+200+214=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 200 (78.52% from 255 or 30.82% from 649); Blue value is 214 (83.98% from 255 or 32.97% from 649); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8D6 is #143729. Grayscale: #D4D4D4. Windows color (decimal): -1324842 or 14076139. OLE color: 14076139.
HSL color Cylindrical-coordinate representation of color #EBC8D6: hue angle of 336º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBC8D6 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 214 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.08 |
| HSL | 336º | 0.47% | 0.85% | - |
| HSV(B) | 336º | 0.15% | 0.92% | - |
| XYZ | 67.05 | 63.83 | 72.4 | - |
| YUV | 212.06 | 129.1 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 214 | 0 | 0.15 | 0.09 | 0.08 | 336 | 0.47 | 0.85 |
| Hex | EB | C8 | D6 | 0 | F | 9 | 8 | 150 | 2F | 55 |
| Octal | 353 | 310 | 326 | 0 | 17 | 11 | 10 | 520 | 57 | 125 |
| Binary | 11101011 | 11001000 | 11010110 | 0 | 1111 | 1001 | 1000 | 101010000 | 101111 | 1010101 |
Color Harmonies of #EBC8D6
Complementary color
Monochromatic Colors of #EBC8D6
Black with #EBC8D6
Text Example
Text Example
White with #EBC8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC8D6; }
p { color: rgb(235,200,214); }
H1.HeaderClassName
{
color: #EBC8D6;
}
.AnyTagClassName
{
color: #EBC8D6;
}
</style>
background-color css
<style>
a { background-color: #EBC8D6; }
a { background-color: rgb(235,200,214); }
div.DivClassName
{
background-color: #EBC8D6;
}
.BgClassName
{
background-color: #EBC8D6;
}
</style>
border-color css
<style>
span { border-color: #EBC8D6; }
span { border-color: rgb(235,200,214); }
td.TdClassName
{
border-color: #EBC8D6;
}
.TagClassName
{
border-color: #EBC8D6;
}
</style>