Shades of Bizarre #EED6CB
Tints of Bizarre #EED6CB
RGB
CMYK
RGB Variations
Color information
#EED6CB (or 0xEED6CB) is known color: Bizarre. HEX triplet: EE, D6 and CB. RGB value is (238,214,203). Sum of RGB (Red+Green+Blue) = 238+214+203=655 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.34% from 655); Green value is 214 (83.98% from 255 or 32.67% from 655); Blue value is 203 (79.69% from 255 or 30.99% from 655); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6CB is #112934. Grayscale: #DBDBDB. Windows color (decimal): -1124661 or 13358830. OLE color: 13358830.
HSL color Cylindrical-coordinate representation of color #EED6CB: hue angle of 18.86º 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 #EED6CB is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 203 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.07 |
| HSL | 18.86º | 0.51% | 0.86% | - |
| HSV(B) | 18.86º | 0.15% | 0.93% | - |
| XYZ | 70.09 | 70.58 | 66.43 | - |
| YUV | 219.92 | 118.45 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 203 | 0 | 0.10 | 0.15 | 0.07 | 18.86 | 0.51 | 0.86 |
| Hex | EE | D6 | CB | 0 | A | F | 7 | 13 | 33 | 56 |
| Octal | 356 | 326 | 313 | 0 | 12 | 17 | 7 | 23 | 63 | 126 |
| Binary | 11101110 | 11010110 | 11001011 | 0 | 1010 | 1111 | 111 | 10011 | 110011 | 1010110 |
Color Harmonies of #EED6CB
Complementary color
Monochromatic Colors of #EED6CB
Black with #EED6CB
Text Example
Text Example
White with #EED6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED6CB; }
p { color: rgb(238,214,203); }
H1.HeaderClassName
{
color: #EED6CB;
}
.AnyTagClassName
{
color: #EED6CB;
}
</style>
background-color css
<style>
a { background-color: #EED6CB; }
a { background-color: rgb(238,214,203); }
div.DivClassName
{
background-color: #EED6CB;
}
.BgClassName
{
background-color: #EED6CB;
}
</style>
border-color css
<style>
span { border-color: #EED6CB; }
span { border-color: rgb(238,214,203); }
td.TdClassName
{
border-color: #EED6CB;
}
.TagClassName
{
border-color: #EED6CB;
}
</style>