Shades of Bizarre #EDD3CB
Tints of Bizarre #EDD3CB
RGB
CMYK
RGB Variations
Color information
#EDD3CB (or 0xEDD3CB) is known color: Bizarre. HEX triplet: ED, D3 and CB. RGB value is (237,211,203). Sum of RGB (Red+Green+Blue) = 237+211+203=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 211 (82.81% from 255 or 32.41% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD3CB is #122C34. Grayscale: #D9D9D9. Windows color (decimal): -1190965 or 13358061. OLE color: 13358061.
HSL color Cylindrical-coordinate representation of color #EDD3CB: hue angle of 14.12º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDD3CB is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 203 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.07 |
| HSL | 14.12º | 0.49% | 0.86% | - |
| HSV(B) | 14.12º | 0.14% | 0.93% | - |
| XYZ | 69 | 68.9 | 66.16 | - |
| YUV | 217.86 | 119.61 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 203 | 0 | 0.11 | 0.14 | 0.07 | 14.12 | 0.49 | 0.86 |
| Hex | ED | D3 | CB | 0 | B | E | 7 | E | 31 | 56 |
| Octal | 355 | 323 | 313 | 0 | 13 | 16 | 7 | 16 | 61 | 126 |
| Binary | 11101101 | 11010011 | 11001011 | 0 | 1011 | 1110 | 111 | 1110 | 110001 | 1010110 |
Color Harmonies of #EDD3CB
Complementary color
Monochromatic Colors of #EDD3CB
Black with #EDD3CB
Text Example
Text Example
White with #EDD3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD3CB; }
p { color: rgb(237,211,203); }
H1.HeaderClassName
{
color: #EDD3CB;
}
.AnyTagClassName
{
color: #EDD3CB;
}
</style>
background-color css
<style>
a { background-color: #EDD3CB; }
a { background-color: rgb(237,211,203); }
div.DivClassName
{
background-color: #EDD3CB;
}
.BgClassName
{
background-color: #EDD3CB;
}
</style>
border-color css
<style>
span { border-color: #EDD3CB; }
span { border-color: rgb(237,211,203); }
td.TdClassName
{
border-color: #EDD3CB;
}
.TagClassName
{
border-color: #EDD3CB;
}
</style>