Shades of Prim #EBD2DB
Tints of Prim #EBD2DB
RGB
CMYK
RGB Variations
Color information
#EBD2DB (or 0xEBD2DB) is known color: Prim. HEX triplet: EB, D2 and DB. RGB value is (235,210,219). Sum of RGB (Red+Green+Blue) = 235+210+219=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 210 (82.42% from 255 or 31.63% from 664); Blue value is 219 (85.94% from 255 or 32.98% from 664); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD2DB is #142D24. Grayscale: #DADADA. Windows color (decimal): -1322277 or 14406379. OLE color: 14406379.
HSL color Cylindrical-coordinate representation of color #EBD2DB: hue angle of 338.4º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBD2DB is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 210 | 219 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.08 |
| HSL | 338.4º | 0.38% | 0.87% | - |
| HSV(B) | 338.4º | 0.11% | 0.92% | - |
| XYZ | 70.09 | 68.87 | 76.62 | - |
| YUV | 218.5 | 128.28 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 210 | 219 | 0 | 0.11 | 0.07 | 0.08 | 338.4 | 0.38 | 0.87 |
| Hex | EB | D2 | DB | 0 | B | 7 | 8 | 152 | 26 | 57 |
| Octal | 353 | 322 | 333 | 0 | 13 | 7 | 10 | 522 | 46 | 127 |
| Binary | 11101011 | 11010010 | 11011011 | 0 | 1011 | 111 | 1000 | 101010010 | 100110 | 1010111 |
Color Harmonies of #EBD2DB
Complementary color
Monochromatic Colors of #EBD2DB
Black with #EBD2DB
Text Example
Text Example
White with #EBD2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD2DB; }
p { color: rgb(235,210,219); }
H1.HeaderClassName
{
color: #EBD2DB;
}
.AnyTagClassName
{
color: #EBD2DB;
}
</style>
background-color css
<style>
a { background-color: #EBD2DB; }
a { background-color: rgb(235,210,219); }
div.DivClassName
{
background-color: #EBD2DB;
}
.BgClassName
{
background-color: #EBD2DB;
}
</style>
border-color css
<style>
span { border-color: #EBD2DB; }
span { border-color: rgb(235,210,219); }
td.TdClassName
{
border-color: #EBD2DB;
}
.TagClassName
{
border-color: #EBD2DB;
}
</style>