Shades of Prim #EBD3DB
Tints of Prim #EBD3DB
RGB
CMYK
RGB Variations
Color information
#EBD3DB (or 0xEBD3DB) is known color: Prim. HEX triplet: EB, D3 and DB. RGB value is (235,211,219). Sum of RGB (Red+Green+Blue) = 235+211+219=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 211 (82.81% from 255 or 31.73% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD3DB is #142C24. Grayscale: #DBDBDB. Windows color (decimal): -1322021 or 14406635. OLE color: 14406635.
HSL color Cylindrical-coordinate representation of color #EBD3DB: hue angle of 340º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBD3DB is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 211 | 219 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.08 |
| HSL | 340º | 0.38% | 0.87% | - |
| HSV(B) | 340º | 0.1% | 0.92% | - |
| XYZ | 70.34 | 69.37 | 76.7 | - |
| YUV | 219.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 211 | 219 | 0 | 0.10 | 0.07 | 0.08 | 340 | 0.38 | 0.87 |
| Hex | EB | D3 | DB | 0 | A | 7 | 8 | 154 | 26 | 57 |
| Octal | 353 | 323 | 333 | 0 | 12 | 7 | 10 | 524 | 46 | 127 |
| Binary | 11101011 | 11010011 | 11011011 | 0 | 1010 | 111 | 1000 | 101010100 | 100110 | 1010111 |
Color Harmonies of #EBD3DB
Complementary color
Monochromatic Colors of #EBD3DB
Black with #EBD3DB
Text Example
Text Example
White with #EBD3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD3DB; }
p { color: rgb(235,211,219); }
H1.HeaderClassName
{
color: #EBD3DB;
}
.AnyTagClassName
{
color: #EBD3DB;
}
</style>
background-color css
<style>
a { background-color: #EBD3DB; }
a { background-color: rgb(235,211,219); }
div.DivClassName
{
background-color: #EBD3DB;
}
.BgClassName
{
background-color: #EBD3DB;
}
</style>
border-color css
<style>
span { border-color: #EBD3DB; }
span { border-color: rgb(235,211,219); }
td.TdClassName
{
border-color: #EBD3DB;
}
.TagClassName
{
border-color: #EBD3DB;
}
</style>