Shades of Bizarre #EDD5CB
Tints of Bizarre #EDD5CB
RGB
CMYK
RGB Variations
Color information
#EDD5CB (or 0xEDD5CB) is known color: Bizarre. HEX triplet: ED, D5 and CB. RGB value is (237,213,203). Sum of RGB (Red+Green+Blue) = 237+213+203=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 213 (83.59% from 255 or 32.62% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD5CB is #122A34. Grayscale: #DBDBDB. Windows color (decimal): -1190453 or 13358573. OLE color: 13358573.
HSL color Cylindrical-coordinate representation of color #EDD5CB: hue angle of 17.65º 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 #EDD5CB is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 203 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.07 |
| HSL | 17.65º | 0.49% | 0.86% | - |
| HSV(B) | 17.65º | 0.14% | 0.93% | - |
| XYZ | 69.5 | 69.9 | 66.33 | - |
| YUV | 219.04 | 118.95 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 203 | 0 | 0.10 | 0.14 | 0.07 | 17.65 | 0.49 | 0.86 |
| Hex | ED | D5 | CB | 0 | A | E | 7 | 12 | 31 | 56 |
| Octal | 355 | 325 | 313 | 0 | 12 | 16 | 7 | 22 | 61 | 126 |
| Binary | 11101101 | 11010101 | 11001011 | 0 | 1010 | 1110 | 111 | 10010 | 110001 | 1010110 |
Color Harmonies of #EDD5CB
Complementary color
Monochromatic Colors of #EDD5CB
Black with #EDD5CB
Text Example
Text Example
White with #EDD5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD5CB; }
p { color: rgb(237,213,203); }
H1.HeaderClassName
{
color: #EDD5CB;
}
.AnyTagClassName
{
color: #EDD5CB;
}
</style>
background-color css
<style>
a { background-color: #EDD5CB; }
a { background-color: rgb(237,213,203); }
div.DivClassName
{
background-color: #EDD5CB;
}
.BgClassName
{
background-color: #EDD5CB;
}
</style>
border-color css
<style>
span { border-color: #EDD5CB; }
span { border-color: rgb(237,213,203); }
td.TdClassName
{
border-color: #EDD5CB;
}
.TagClassName
{
border-color: #EDD5CB;
}
</style>