Shades of Pot Pourri #E6DEDA
Tints of Pot Pourri #E6DEDA
RGB
CMYK
RGB Variations
Color information
#E6DEDA (or 0xE6DEDA) is known color: Pot Pourri. HEX triplet: E6, DE and DA. RGB value is (230,222,218). Sum of RGB (Red+Green+Blue) = 230+222+218=670 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.33% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DEDA is #192125. Grayscale: #DFDFDF. Windows color (decimal): -1646886 or 14343910. OLE color: 14343910.
HSL color Cylindrical-coordinate representation of color #E6DEDA: hue angle of 20º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6DEDA is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 222 | 218 | - |
CMYK | 0 | 0.03 | 0.05 | 0.10 |
HSL | 20º | 0.19% | 0.88% | - |
HSV(B) | 20º | 0.05% | 0.9% | - |
XYZ | 71.41 | 74.13 | 76.87 | - |
YUV | 223.94 | 124.65 | 132.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 222 | 218 | 0 | 0.03 | 0.05 | 0.10 | 20 | 0.19 | 0.88 |
Hex | E6 | DE | DA | 0 | 3 | 5 | A | 14 | 13 | 58 |
Octal | 346 | 336 | 332 | 0 | 3 | 5 | 12 | 24 | 23 | 130 |
Binary | 11100110 | 11011110 | 11011010 | 0 | 11 | 101 | 1010 | 10100 | 10011 | 1011000 |
Color Harmonies of #E6DEDA
Complementary color
Monochromatic Colors of #E6DEDA
Black with #E6DEDA
Text Example
Text Example
White with #E6DEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DEDA; }
p { color: rgb(230,222,218); }
H1.HeaderClassName
{
color: #E6DEDA;
}
.AnyTagClassName
{
color: #E6DEDA;
}
</style>
background-color css
<style>
a { background-color: #E6DEDA; }
a { background-color: rgb(230,222,218); }
div.DivClassName
{
background-color: #E6DEDA;
}
.BgClassName
{
background-color: #E6DEDA;
}
</style>
border-color css
<style>
span { border-color: #E6DEDA; }
span { border-color: rgb(230,222,218); }
td.TdClassName
{
border-color: #E6DEDA;
}
.TagClassName
{
border-color: #E6DEDA;
}
</style>