Shades of Gallery #E6DBCF
Tints of Gallery #E6DBCF
RGB
CMYK
RGB Variations
Color information
#E6DBCF (or 0xE6DBCF) is known color: Gallery. HEX triplet: E6, DB and CF. RGB value is (230,219,207). Sum of RGB (Red+Green+Blue) = 230+219+207=656 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.06% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DBCF is #192430. Grayscale: #DCDCDC. Windows color (decimal): -1647665 or 13622246. OLE color: 13622246.
HSL color Cylindrical-coordinate representation of color #E6DBCF: hue angle of 31.3º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6DBCF is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 219 | 207 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.10 |
| HSL | 31.3º | 0.32% | 0.86% | - |
| HSV(B) | 31.3º | 0.1% | 0.9% | - |
| XYZ | 69.23 | 71.99 | 69.28 | - |
| YUV | 220.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 219 | 207 | 0 | 0.05 | 0.10 | 0.10 | 31.3 | 0.32 | 0.86 |
| Hex | E6 | DB | CF | 0 | 5 | A | A | 1F | 20 | 56 |
| Octal | 346 | 333 | 317 | 0 | 5 | 12 | 12 | 37 | 40 | 126 |
| Binary | 11100110 | 11011011 | 11001111 | 0 | 101 | 1010 | 1010 | 11111 | 100000 | 1010110 |
Color Harmonies of #E6DBCF
Complementary color
Monochromatic Colors of #E6DBCF
Black with #E6DBCF
Text Example
Text Example
White with #E6DBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DBCF; }
p { color: rgb(230,219,207); }
H1.HeaderClassName
{
color: #E6DBCF;
}
.AnyTagClassName
{
color: #E6DBCF;
}
</style>
background-color css
<style>
a { background-color: #E6DBCF; }
a { background-color: rgb(230,219,207); }
div.DivClassName
{
background-color: #E6DBCF;
}
.BgClassName
{
background-color: #E6DBCF;
}
</style>
border-color css
<style>
span { border-color: #E6DBCF; }
span { border-color: rgb(230,219,207); }
td.TdClassName
{
border-color: #E6DBCF;
}
.TagClassName
{
border-color: #E6DBCF;
}
</style>