Shades of Prim #EBC7D4
Tints of Prim #EBC7D4
RGB
CMYK
RGB Variations
Color information
#EBC7D4 (or 0xEBC7D4) is known color: Prim. HEX triplet: EB, C7 and D4. RGB value is (235,199,212). Sum of RGB (Red+Green+Blue) = 235+199+212=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 199 (78.12% from 255 or 30.80% from 646); Blue value is 212 (83.20% from 255 or 32.82% from 646); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7D4 is #14382B. Grayscale: #D3D3D3. Windows color (decimal): -1325100 or 13944811. OLE color: 13944811.
HSL color Cylindrical-coordinate representation of color #EBC7D4: hue angle of 338.33º 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 #EBC7D4 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 212 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.08 |
| HSL | 338.33º | 0.47% | 0.85% | - |
| HSV(B) | 338.33º | 0.15% | 0.92% | - |
| XYZ | 66.57 | 63.26 | 70.99 | - |
| YUV | 211.25 | 128.43 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 212 | 0 | 0.15 | 0.10 | 0.08 | 338.33 | 0.47 | 0.85 |
| Hex | EB | C7 | D4 | 0 | F | A | 8 | 152 | 2F | 55 |
| Octal | 353 | 307 | 324 | 0 | 17 | 12 | 10 | 522 | 57 | 125 |
| Binary | 11101011 | 11000111 | 11010100 | 0 | 1111 | 1010 | 1000 | 101010010 | 101111 | 1010101 |
Color Harmonies of #EBC7D4
Complementary color
Monochromatic Colors of #EBC7D4
Black with #EBC7D4
Text Example
Text Example
White with #EBC7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC7D4; }
p { color: rgb(235,199,212); }
H1.HeaderClassName
{
color: #EBC7D4;
}
.AnyTagClassName
{
color: #EBC7D4;
}
</style>
background-color css
<style>
a { background-color: #EBC7D4; }
a { background-color: rgb(235,199,212); }
div.DivClassName
{
background-color: #EBC7D4;
}
.BgClassName
{
background-color: #EBC7D4;
}
</style>
border-color css
<style>
span { border-color: #EBC7D4; }
span { border-color: rgb(235,199,212); }
td.TdClassName
{
border-color: #EBC7D4;
}
.TagClassName
{
border-color: #EBC7D4;
}
</style>