Shades of Gallery #E6DACD
Tints of Gallery #E6DACD
RGB
CMYK
RGB Variations
Color information
#E6DACD (or 0xE6DACD) is known color: Gallery. HEX triplet: E6, DA and CD. RGB value is (230,218,205). Sum of RGB (Red+Green+Blue) = 230+218+205=653 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.22% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 205 (80.47% from 255 or 31.39% from 653); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DACD is #192532. Grayscale: #DCDCDC. Windows color (decimal): -1647923 or 13490918. OLE color: 13490918.
HSL color Cylindrical-coordinate representation of color #E6DACD: hue angle of 31.2º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6DACD is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 218 | 205 | - |
CMYK | 0 | 0.05 | 0.11 | 0.10 |
HSL | 31.2º | 0.33% | 0.85% | - |
HSV(B) | 31.2º | 0.11% | 0.9% | - |
XYZ | 68.72 | 71.37 | 67.91 | - |
YUV | 220.11 | 119.48 | 135.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 218 | 205 | 0 | 0.05 | 0.11 | 0.10 | 31.2 | 0.33 | 0.85 |
Hex | E6 | DA | CD | 0 | 5 | B | A | 1F | 21 | 55 |
Octal | 346 | 332 | 315 | 0 | 5 | 13 | 12 | 37 | 41 | 125 |
Binary | 11100110 | 11011010 | 11001101 | 0 | 101 | 1011 | 1010 | 11111 | 100001 | 1010101 |
Color Harmonies of #E6DACD
Complementary color
Monochromatic Colors of #E6DACD
Black with #E6DACD
Text Example
Text Example
White with #E6DACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DACD; }
p { color: rgb(230,218,205); }
H1.HeaderClassName
{
color: #E6DACD;
}
.AnyTagClassName
{
color: #E6DACD;
}
</style>
background-color css
<style>
a { background-color: #E6DACD; }
a { background-color: rgb(230,218,205); }
div.DivClassName
{
background-color: #E6DACD;
}
.BgClassName
{
background-color: #E6DACD;
}
</style>
border-color css
<style>
span { border-color: #E6DACD; }
span { border-color: rgb(230,218,205); }
td.TdClassName
{
border-color: #E6DACD;
}
.TagClassName
{
border-color: #E6DACD;
}
</style>