Shades of Bizarre #EDD4C8
Tints of Bizarre #EDD4C8
RGB
CMYK
RGB Variations
Color information
#EDD4C8 (or 0xEDD4C8) is known color: Bizarre. HEX triplet: ED, D4 and C8. RGB value is (237,212,200). Sum of RGB (Red+Green+Blue) = 237+212+200=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 212 (83.20% from 255 or 32.67% from 649); Blue value is 200 (78.52% from 255 or 30.82% from 649); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD4C8 is #122B37. Grayscale: #DADADA. Windows color (decimal): -1190712 or 13161709. OLE color: 13161709.
HSL color Cylindrical-coordinate representation of color #EDD4C8: hue angle of 19.46º 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 #EDD4C8 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 200 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.07 |
| HSL | 19.46º | 0.51% | 0.86% | - |
| HSV(B) | 19.46º | 0.16% | 0.93% | - |
| XYZ | 68.89 | 69.26 | 64.38 | - |
| YUV | 218.11 | 117.78 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 200 | 0 | 0.11 | 0.16 | 0.07 | 19.46 | 0.51 | 0.86 |
| Hex | ED | D4 | C8 | 0 | B | 10 | 7 | 13 | 33 | 56 |
| Octal | 355 | 324 | 310 | 0 | 13 | 20 | 7 | 23 | 63 | 126 |
| Binary | 11101101 | 11010100 | 11001000 | 0 | 1011 | 10000 | 111 | 10011 | 110011 | 1010110 |
Color Harmonies of #EDD4C8
Complementary color
Monochromatic Colors of #EDD4C8
Black with #EDD4C8
Text Example
Text Example
White with #EDD4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD4C8; }
p { color: rgb(237,212,200); }
H1.HeaderClassName
{
color: #EDD4C8;
}
.AnyTagClassName
{
color: #EDD4C8;
}
</style>
background-color css
<style>
a { background-color: #EDD4C8; }
a { background-color: rgb(237,212,200); }
div.DivClassName
{
background-color: #EDD4C8;
}
.BgClassName
{
background-color: #EDD4C8;
}
</style>
border-color css
<style>
span { border-color: #EDD4C8; }
span { border-color: rgb(237,212,200); }
td.TdClassName
{
border-color: #EDD4C8;
}
.TagClassName
{
border-color: #EDD4C8;
}
</style>