Shades of Bizarre #EDD5C9
Tints of Bizarre #EDD5C9
RGB
CMYK
RGB Variations
Color information
#EDD5C9 (or 0xEDD5C9) is known color: Bizarre. HEX triplet: ED, D5 and C9. RGB value is (237,213,201). Sum of RGB (Red+Green+Blue) = 237+213+201=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 213 (83.59% from 255 or 32.72% from 651); Blue value is 201 (78.91% from 255 or 30.88% from 651); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD5C9 is #122A36. Grayscale: #DADADA. Windows color (decimal): -1190455 or 13227501. OLE color: 13227501.
HSL color Cylindrical-coordinate representation of color #EDD5C9: hue angle of 20º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDD5C9 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 201 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.07 |
| HSL | 20º | 0.5% | 0.86% | - |
| HSV(B) | 20º | 0.15% | 0.93% | - |
| XYZ | 69.26 | 69.81 | 65.08 | - |
| YUV | 218.81 | 117.95 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 201 | 0 | 0.10 | 0.15 | 0.07 | 20 | 0.5 | 0.86 |
| Hex | ED | D5 | C9 | 0 | A | F | 7 | 14 | 32 | 56 |
| Octal | 355 | 325 | 311 | 0 | 12 | 17 | 7 | 24 | 62 | 126 |
| Binary | 11101101 | 11010101 | 11001001 | 0 | 1010 | 1111 | 111 | 10100 | 110010 | 1010110 |
Color Harmonies of #EDD5C9
Complementary color
Monochromatic Colors of #EDD5C9
Black with #EDD5C9
Text Example
Text Example
White with #EDD5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD5C9; }
p { color: rgb(237,213,201); }
H1.HeaderClassName
{
color: #EDD5C9;
}
.AnyTagClassName
{
color: #EDD5C9;
}
</style>
background-color css
<style>
a { background-color: #EDD5C9; }
a { background-color: rgb(237,213,201); }
div.DivClassName
{
background-color: #EDD5C9;
}
.BgClassName
{
background-color: #EDD5C9;
}
</style>
border-color css
<style>
span { border-color: #EDD5C9; }
span { border-color: rgb(237,213,201); }
td.TdClassName
{
border-color: #EDD5C9;
}
.TagClassName
{
border-color: #EDD5C9;
}
</style>