Shades of Pot Pourri #EBD8D0
Tints of Pot Pourri #EBD8D0
RGB
CMYK
RGB Variations
Color information
#EBD8D0 (or 0xEBD8D0) is known color: Pot Pourri. HEX triplet: EB, D8 and D0. RGB value is (235,216,208). Sum of RGB (Red+Green+Blue) = 235+216+208=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 216 (84.77% from 255 or 32.78% from 659); Blue value is 208 (81.64% from 255 or 31.56% from 659); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8D0 is #14272F. Grayscale: #DCDCDC. Windows color (decimal): -1320752 or 13687019. OLE color: 13687019.
HSL color Cylindrical-coordinate representation of color #EBD8D0: hue angle of 17.78º degrees, saturation: 0.4, 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 #EBD8D0 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 216 | 208 | - |
CMYK | 0 | 0.08 | 0.11 | 0.08 |
HSL | 17.78º | 0.4% | 0.87% | - |
HSV(B) | 17.78º | 0.11% | 0.92% | - |
XYZ | 70.2 | 71.33 | 69.74 | - |
YUV | 220.77 | 120.79 | 138.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 216 | 208 | 0 | 0.08 | 0.11 | 0.08 | 17.78 | 0.4 | 0.87 |
Hex | EB | D8 | D0 | 0 | 8 | B | 8 | 12 | 28 | 57 |
Octal | 353 | 330 | 320 | 0 | 10 | 13 | 10 | 22 | 50 | 127 |
Binary | 11101011 | 11011000 | 11010000 | 0 | 1000 | 1011 | 1000 | 10010 | 101000 | 1010111 |
Color Harmonies of #EBD8D0
Complementary color
Monochromatic Colors of #EBD8D0
Black with #EBD8D0
Text Example
Text Example
White with #EBD8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD8D0; }
p { color: rgb(235,216,208); }
H1.HeaderClassName
{
color: #EBD8D0;
}
.AnyTagClassName
{
color: #EBD8D0;
}
</style>
background-color css
<style>
a { background-color: #EBD8D0; }
a { background-color: rgb(235,216,208); }
div.DivClassName
{
background-color: #EBD8D0;
}
.BgClassName
{
background-color: #EBD8D0;
}
</style>
border-color css
<style>
span { border-color: #EBD8D0; }
span { border-color: rgb(235,216,208); }
td.TdClassName
{
border-color: #EBD8D0;
}
.TagClassName
{
border-color: #EBD8D0;
}
</style>