Shades of Prim #EBCDD8
Tints of Prim #EBCDD8
RGB
CMYK
RGB Variations
Color information
#EBCDD8 (or 0xEBCDD8) is known color: Prim. HEX triplet: EB, CD and D8. RGB value is (235,205,216). Sum of RGB (Red+Green+Blue) = 235+205+216=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 216 (84.77% from 255 or 32.93% from 656); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDD8 is #143227. Grayscale: #D7D7D7. Windows color (decimal): -1323560 or 14208491. OLE color: 14208491.
HSL color Cylindrical-coordinate representation of color #EBCDD8: hue angle of 338º degrees, saturation: 0.43, 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 #EBCDD8 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 216 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.08 |
| HSL | 338º | 0.43% | 0.86% | - |
| HSV(B) | 338º | 0.13% | 0.92% | - |
| XYZ | 68.49 | 66.28 | 74.15 | - |
| YUV | 215.22 | 128.44 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 216 | 0 | 0.13 | 0.08 | 0.08 | 338 | 0.43 | 0.86 |
| Hex | EB | CD | D8 | 0 | D | 8 | 8 | 152 | 2B | 56 |
| Octal | 353 | 315 | 330 | 0 | 15 | 10 | 10 | 522 | 53 | 126 |
| Binary | 11101011 | 11001101 | 11011000 | 0 | 1101 | 1000 | 1000 | 101010010 | 101011 | 1010110 |
Color Harmonies of #EBCDD8
Complementary color
Monochromatic Colors of #EBCDD8
Black with #EBCDD8
Text Example
Text Example
White with #EBCDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCDD8; }
p { color: rgb(235,205,216); }
H1.HeaderClassName
{
color: #EBCDD8;
}
.AnyTagClassName
{
color: #EBCDD8;
}
</style>
background-color css
<style>
a { background-color: #EBCDD8; }
a { background-color: rgb(235,205,216); }
div.DivClassName
{
background-color: #EBCDD8;
}
.BgClassName
{
background-color: #EBCDD8;
}
</style>
border-color css
<style>
span { border-color: #EBCDD8; }
span { border-color: rgb(235,205,216); }
td.TdClassName
{
border-color: #EBCDD8;
}
.TagClassName
{
border-color: #EBCDD8;
}
</style>