Shades of Bizarre #EDD0C3
Tints of Bizarre #EDD0C3
RGB
CMYK
RGB Variations
Color information
#EDD0C3 (or 0xEDD0C3) is known color: Bizarre. HEX triplet: ED, D0 and C3. RGB value is (237,208,195). Sum of RGB (Red+Green+Blue) = 237+208+195=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 208 (81.64% from 255 or 32.5% from 640); Blue value is 195 (76.56% from 255 or 30.47% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0C3 is #122F3C. Grayscale: #D7D7D7. Windows color (decimal): -1191741 or 12833005. OLE color: 12833005.
HSL color Cylindrical-coordinate representation of color #EDD0C3: hue angle of 18.57º 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 #EDD0C3 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 195 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.07 |
| HSL | 18.57º | 0.54% | 0.85% | - |
| HSV(B) | 18.57º | 0.18% | 0.93% | - |
| XYZ | 67.33 | 67.06 | 61.02 | - |
| YUV | 215.19 | 116.61 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 195 | 0 | 0.12 | 0.18 | 0.07 | 18.57 | 0.54 | 0.85 |
| Hex | ED | D0 | C3 | 0 | C | 12 | 7 | 13 | 36 | 55 |
| Octal | 355 | 320 | 303 | 0 | 14 | 22 | 7 | 23 | 66 | 125 |
| Binary | 11101101 | 11010000 | 11000011 | 0 | 1100 | 10010 | 111 | 10011 | 110110 | 1010101 |
Color Harmonies of #EDD0C3
Complementary color
Monochromatic Colors of #EDD0C3
Black with #EDD0C3
Text Example
Text Example
White with #EDD0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD0C3; }
p { color: rgb(237,208,195); }
H1.HeaderClassName
{
color: #EDD0C3;
}
.AnyTagClassName
{
color: #EDD0C3;
}
</style>
background-color css
<style>
a { background-color: #EDD0C3; }
a { background-color: rgb(237,208,195); }
div.DivClassName
{
background-color: #EDD0C3;
}
.BgClassName
{
background-color: #EDD0C3;
}
</style>
border-color css
<style>
span { border-color: #EDD0C3; }
span { border-color: rgb(237,208,195); }
td.TdClassName
{
border-color: #EDD0C3;
}
.TagClassName
{
border-color: #EDD0C3;
}
</style>