Shades of Pot Pourri #EBDBD3
Tints of Pot Pourri #EBDBD3
RGB
CMYK
RGB Variations
Color information
#EBDBD3 (or 0xEBDBD3) is known color: Pot Pourri. HEX triplet: EB, DB and D3. RGB value is (235,219,211). Sum of RGB (Red+Green+Blue) = 235+219+211=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 219 (85.94% from 255 or 32.93% from 665); Blue value is 211 (82.81% from 255 or 31.73% from 665); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBD3 is #14242C. Grayscale: #DEDEDE. Windows color (decimal): -1319981 or 13884395. OLE color: 13884395.
HSL color Cylindrical-coordinate representation of color #EBDBD3: hue angle of 20º 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 #EBDBD3 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 219 | 211 | - |
CMYK | 0 | 0.07 | 0.10 | 0.08 |
HSL | 20º | 0.38% | 0.87% | - |
HSV(B) | 20º | 0.1% | 0.92% | - |
XYZ | 71.35 | 73.03 | 71.96 | - |
YUV | 222.87 | 121.3 | 136.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 219 | 211 | 0 | 0.07 | 0.10 | 0.08 | 20 | 0.38 | 0.87 |
Hex | EB | DB | D3 | 0 | 7 | A | 8 | 14 | 26 | 57 |
Octal | 353 | 333 | 323 | 0 | 7 | 12 | 10 | 24 | 46 | 127 |
Binary | 11101011 | 11011011 | 11010011 | 0 | 111 | 1010 | 1000 | 10100 | 100110 | 1010111 |
Color Harmonies of #EBDBD3
Complementary color
Monochromatic Colors of #EBDBD3
Black with #EBDBD3
Text Example
Text Example
White with #EBDBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDBD3; }
p { color: rgb(235,219,211); }
H1.HeaderClassName
{
color: #EBDBD3;
}
.AnyTagClassName
{
color: #EBDBD3;
}
</style>
background-color css
<style>
a { background-color: #EBDBD3; }
a { background-color: rgb(235,219,211); }
div.DivClassName
{
background-color: #EBDBD3;
}
.BgClassName
{
background-color: #EBDBD3;
}
</style>
border-color css
<style>
span { border-color: #EBDBD3; }
span { border-color: rgb(235,219,211); }
td.TdClassName
{
border-color: #EBDBD3;
}
.TagClassName
{
border-color: #EBDBD3;
}
</style>