Shades of Bizarre #EDD3C8
Tints of Bizarre #EDD3C8
RGB
CMYK
RGB Variations
Color information
#EDD3C8 (or 0xEDD3C8) is known color: Bizarre. HEX triplet: ED, D3 and C8. RGB value is (237,211,200). Sum of RGB (Red+Green+Blue) = 237+211+200=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 211 (82.81% from 255 or 32.56% from 648); Blue value is 200 (78.52% from 255 or 30.86% from 648); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD3C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD3C8 is #122C37. Grayscale: #D9D9D9. Windows color (decimal): -1190968 or 13161453. OLE color: 13161453.
HSL color Cylindrical-coordinate representation of color #EDD3C8: hue angle of 17.84º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDD3C8 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 200 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.07 |
| HSL | 17.84º | 0.51% | 0.86% | - |
| HSV(B) | 17.84º | 0.16% | 0.93% | - |
| XYZ | 68.64 | 68.76 | 64.3 | - |
| YUV | 217.52 | 118.11 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 200 | 0 | 0.11 | 0.16 | 0.07 | 17.84 | 0.51 | 0.86 |
| Hex | ED | D3 | C8 | 0 | B | 10 | 7 | 12 | 33 | 56 |
| Octal | 355 | 323 | 310 | 0 | 13 | 20 | 7 | 22 | 63 | 126 |
| Binary | 11101101 | 11010011 | 11001000 | 0 | 1011 | 10000 | 111 | 10010 | 110011 | 1010110 |
Color Harmonies of #EDD3C8
Complementary color
Monochromatic Colors of #EDD3C8
Black with #EDD3C8
Text Example
Text Example
White with #EDD3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD3C8; }
p { color: rgb(237,211,200); }
H1.HeaderClassName
{
color: #EDD3C8;
}
.AnyTagClassName
{
color: #EDD3C8;
}
</style>
background-color css
<style>
a { background-color: #EDD3C8; }
a { background-color: rgb(237,211,200); }
div.DivClassName
{
background-color: #EDD3C8;
}
.BgClassName
{
background-color: #EDD3C8;
}
</style>
border-color css
<style>
span { border-color: #EDD3C8; }
span { border-color: rgb(237,211,200); }
td.TdClassName
{
border-color: #EDD3C8;
}
.TagClassName
{
border-color: #EDD3C8;
}
</style>