Shades of Bizarre #EDD6CD
Tints of Bizarre #EDD6CD
RGB
CMYK
RGB Variations
Color information
#EDD6CD (or 0xEDD6CD) is known color: Bizarre. HEX triplet: ED, D6 and CD. RGB value is (237,214,205). Sum of RGB (Red+Green+Blue) = 237+214+205=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 214 (83.98% from 255 or 32.62% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD6CD is #122932. Grayscale: #DBDBDB. Windows color (decimal): -1190195 or 13489901. OLE color: 13489901.
HSL color Cylindrical-coordinate representation of color #EDD6CD: hue angle of 16.88º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDD6CD is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 205 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.07 |
| HSL | 16.88º | 0.47% | 0.87% | - |
| HSV(B) | 16.88º | 0.14% | 0.93% | - |
| XYZ | 69.99 | 70.51 | 67.68 | - |
| YUV | 219.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 205 | 0 | 0.10 | 0.14 | 0.07 | 16.88 | 0.47 | 0.87 |
| Hex | ED | D6 | CD | 0 | A | E | 7 | 11 | 2F | 57 |
| Octal | 355 | 326 | 315 | 0 | 12 | 16 | 7 | 21 | 57 | 127 |
| Binary | 11101101 | 11010110 | 11001101 | 0 | 1010 | 1110 | 111 | 10001 | 101111 | 1010111 |
Color Harmonies of #EDD6CD
Complementary color
Monochromatic Colors of #EDD6CD
Black with #EDD6CD
Text Example
Text Example
White with #EDD6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD6CD; }
p { color: rgb(237,214,205); }
H1.HeaderClassName
{
color: #EDD6CD;
}
.AnyTagClassName
{
color: #EDD6CD;
}
</style>
background-color css
<style>
a { background-color: #EDD6CD; }
a { background-color: rgb(237,214,205); }
div.DivClassName
{
background-color: #EDD6CD;
}
.BgClassName
{
background-color: #EDD6CD;
}
</style>
border-color css
<style>
span { border-color: #EDD6CD; }
span { border-color: rgb(237,214,205); }
td.TdClassName
{
border-color: #EDD6CD;
}
.TagClassName
{
border-color: #EDD6CD;
}
</style>