Shades of Solitaire #E6D4BD
Tints of Solitaire #E6D4BD
RGB
CMYK
RGB Variations
Color information
#E6D4BD (or 0xE6D4BD) is known color: Solitaire. HEX triplet: E6, D4 and BD. RGB value is (230,212,189). Sum of RGB (Red+Green+Blue) = 230+212+189=631 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.45% from 631); Green value is 212 (83.20% from 255 or 33.60% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D4BD is #192B42. Grayscale: #D6D6D6. Windows color (decimal): -1649475 or 12440806. OLE color: 12440806.
HSL color Cylindrical-coordinate representation of color #E6D4BD: hue angle of 33.66º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6D4BD is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 212 | 189 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.10 |
| HSL | 33.66º | 0.45% | 0.82% | - |
| HSV(B) | 33.66º | 0.18% | 0.9% | - |
| XYZ | 65.36 | 67.58 | 57.74 | - |
| YUV | 214.76 | 113.46 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 212 | 189 | 0 | 0.08 | 0.18 | 0.10 | 33.66 | 0.45 | 0.82 |
| Hex | E6 | D4 | BD | 0 | 8 | 12 | A | 22 | 2D | 52 |
| Octal | 346 | 324 | 275 | 0 | 10 | 22 | 12 | 42 | 55 | 122 |
| Binary | 11100110 | 11010100 | 10111101 | 0 | 1000 | 10010 | 1010 | 100010 | 101101 | 1010010 |
Color Harmonies of #E6D4BD
Complementary color
Monochromatic Colors of #E6D4BD
Black with #E6D4BD
Text Example
Text Example
White with #E6D4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D4BD; }
p { color: rgb(230,212,189); }
H1.HeaderClassName
{
color: #E6D4BD;
}
.AnyTagClassName
{
color: #E6D4BD;
}
</style>
background-color css
<style>
a { background-color: #E6D4BD; }
a { background-color: rgb(230,212,189); }
div.DivClassName
{
background-color: #E6D4BD;
}
.BgClassName
{
background-color: #E6D4BD;
}
</style>
border-color css
<style>
span { border-color: #E6D4BD; }
span { border-color: rgb(230,212,189); }
td.TdClassName
{
border-color: #E6D4BD;
}
.TagClassName
{
border-color: #E6D4BD;
}
</style>