Shades of Bizarre #EED4CB
Tints of Bizarre #EED4CB
RGB
CMYK
RGB Variations
Color information
#EED4CB (or 0xEED4CB) is known color: Bizarre. HEX triplet: EE, D4 and CB. RGB value is (238,212,203). Sum of RGB (Red+Green+Blue) = 238+212+203=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 212 (83.20% from 255 or 32.47% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED4CB is #112B34. Grayscale: #DADADA. Windows color (decimal): -1125173 or 13358318. OLE color: 13358318.
HSL color Cylindrical-coordinate representation of color #EED4CB: hue angle of 15.43º 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 #EED4CB is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 203 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.07 |
| HSL | 15.43º | 0.51% | 0.86% | - |
| HSV(B) | 15.43º | 0.15% | 0.93% | - |
| XYZ | 69.58 | 69.58 | 66.26 | - |
| YUV | 218.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 203 | 0 | 0.11 | 0.15 | 0.07 | 15.43 | 0.51 | 0.86 |
| Hex | EE | D4 | CB | 0 | B | F | 7 | F | 33 | 56 |
| Octal | 356 | 324 | 313 | 0 | 13 | 17 | 7 | 17 | 63 | 126 |
| Binary | 11101110 | 11010100 | 11001011 | 0 | 1011 | 1111 | 111 | 1111 | 110011 | 1010110 |
Color Harmonies of #EED4CB
Complementary color
Monochromatic Colors of #EED4CB
Black with #EED4CB
Text Example
Text Example
White with #EED4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED4CB; }
p { color: rgb(238,212,203); }
H1.HeaderClassName
{
color: #EED4CB;
}
.AnyTagClassName
{
color: #EED4CB;
}
</style>
background-color css
<style>
a { background-color: #EED4CB; }
a { background-color: rgb(238,212,203); }
div.DivClassName
{
background-color: #EED4CB;
}
.BgClassName
{
background-color: #EED4CB;
}
</style>
border-color css
<style>
span { border-color: #EED4CB; }
span { border-color: rgb(238,212,203); }
td.TdClassName
{
border-color: #EED4CB;
}
.TagClassName
{
border-color: #EED4CB;
}
</style>