Shades of Bizarre #EED5CB
Tints of Bizarre #EED5CB
RGB
CMYK
RGB Variations
Color information
#EED5CB (or 0xEED5CB) is known color: Bizarre. HEX triplet: EE, D5 and CB. RGB value is (238,213,203). Sum of RGB (Red+Green+Blue) = 238+213+203=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 213 (83.59% from 255 or 32.57% from 654); Blue value is 203 (79.69% from 255 or 31.04% from 654); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED5CB is #112A34. Grayscale: #DBDBDB. Windows color (decimal): -1124917 or 13358574. OLE color: 13358574.
HSL color Cylindrical-coordinate representation of color #EED5CB: hue angle of 17.14º degrees, saturation: 0.51, 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 #EED5CB is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 203 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.07 |
| HSL | 17.14º | 0.51% | 0.86% | - |
| HSV(B) | 17.14º | 0.15% | 0.93% | - |
| XYZ | 69.83 | 70.08 | 66.35 | - |
| YUV | 219.34 | 118.78 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 203 | 0 | 0.11 | 0.15 | 0.07 | 17.14 | 0.51 | 0.86 |
| Hex | EE | D5 | CB | 0 | B | F | 7 | 11 | 33 | 56 |
| Octal | 356 | 325 | 313 | 0 | 13 | 17 | 7 | 21 | 63 | 126 |
| Binary | 11101110 | 11010101 | 11001011 | 0 | 1011 | 1111 | 111 | 10001 | 110011 | 1010110 |
Color Harmonies of #EED5CB
Complementary color
Monochromatic Colors of #EED5CB
Black with #EED5CB
Text Example
Text Example
White with #EED5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED5CB; }
p { color: rgb(238,213,203); }
H1.HeaderClassName
{
color: #EED5CB;
}
.AnyTagClassName
{
color: #EED5CB;
}
</style>
background-color css
<style>
a { background-color: #EED5CB; }
a { background-color: rgb(238,213,203); }
div.DivClassName
{
background-color: #EED5CB;
}
.BgClassName
{
background-color: #EED5CB;
}
</style>
border-color css
<style>
span { border-color: #EED5CB; }
span { border-color: rgb(238,213,203); }
td.TdClassName
{
border-color: #EED5CB;
}
.TagClassName
{
border-color: #EED5CB;
}
</style>