Shades of Half And Half #EDE6C3
Tints of Half And Half #EDE6C3
RGB
CMYK
RGB Variations
Color information
#EDE6C3 (or 0xEDE6C3) is known color: Half And Half. HEX triplet: ED, E6 and C3. RGB value is (237,230,195). Sum of RGB (Red+Green+Blue) = 237+230+195=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 230 (90.23% from 255 or 34.74% from 662); Blue value is 195 (76.56% from 255 or 29.46% from 662); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6C3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE6C3 is #12193C. Grayscale: #E4E4E4. Windows color (decimal): -1186109 or 12838637. OLE color: 12838637.
HSL color Cylindrical-coordinate representation of color #EDE6C3: hue angle of 50º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDE6C3 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 195 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.07 |
| HSL | 50º | 0.54% | 0.85% | - |
| HSV(B) | 50º | 0.18% | 0.93% | - |
| XYZ | 73.07 | 78.54 | 62.94 | - |
| YUV | 228.1 | 109.32 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 195 | 0 | 0.03 | 0.18 | 0.07 | 50 | 0.54 | 0.85 |
| Hex | ED | E6 | C3 | 0 | 3 | 12 | 7 | 32 | 36 | 55 |
| Octal | 355 | 346 | 303 | 0 | 3 | 22 | 7 | 62 | 66 | 125 |
| Binary | 11101101 | 11100110 | 11000011 | 0 | 11 | 10010 | 111 | 110010 | 110110 | 1010101 |
Color Harmonies of #EDE6C3
Complementary color
Monochromatic Colors of #EDE6C3
Black with #EDE6C3
Text Example
Text Example
White with #EDE6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE6C3; }
p { color: rgb(237,230,195); }
H1.HeaderClassName
{
color: #EDE6C3;
}
.AnyTagClassName
{
color: #EDE6C3;
}
</style>
background-color css
<style>
a { background-color: #EDE6C3; }
a { background-color: rgb(237,230,195); }
div.DivClassName
{
background-color: #EDE6C3;
}
.BgClassName
{
background-color: #EDE6C3;
}
</style>
border-color css
<style>
span { border-color: #EDE6C3; }
span { border-color: rgb(237,230,195); }
td.TdClassName
{
border-color: #EDE6C3;
}
.TagClassName
{
border-color: #EDE6C3;
}
</style>