Shades of Bizarre #EED6C7
Tints of Bizarre #EED6C7
RGB
CMYK
RGB Variations
Color information
#EED6C7 (or 0xEED6C7) is known color: Bizarre. HEX triplet: EE, D6 and C7. RGB value is (238,214,199). Sum of RGB (Red+Green+Blue) = 238+214+199=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 214 (83.98% from 255 or 32.87% from 651); Blue value is 199 (78.12% from 255 or 30.57% from 651); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6C7 is #112938. Grayscale: #DBDBDB. Windows color (decimal): -1124665 or 13096686. OLE color: 13096686.
HSL color Cylindrical-coordinate representation of color #EED6C7: hue angle of 23.08º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EED6C7 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 199 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.07 |
| HSL | 23.08º | 0.53% | 0.86% | - |
| HSV(B) | 23.08º | 0.16% | 0.93% | - |
| XYZ | 69.62 | 70.39 | 63.95 | - |
| YUV | 219.47 | 116.45 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 199 | 0 | 0.10 | 0.16 | 0.07 | 23.08 | 0.53 | 0.86 |
| Hex | EE | D6 | C7 | 0 | A | 10 | 7 | 17 | 35 | 56 |
| Octal | 356 | 326 | 307 | 0 | 12 | 20 | 7 | 27 | 65 | 126 |
| Binary | 11101110 | 11010110 | 11000111 | 0 | 1010 | 10000 | 111 | 10111 | 110101 | 1010110 |
Color Harmonies of #EED6C7
Complementary color
Monochromatic Colors of #EED6C7
Black with #EED6C7
Text Example
Text Example
White with #EED6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED6C7; }
p { color: rgb(238,214,199); }
H1.HeaderClassName
{
color: #EED6C7;
}
.AnyTagClassName
{
color: #EED6C7;
}
</style>
background-color css
<style>
a { background-color: #EED6C7; }
a { background-color: rgb(238,214,199); }
div.DivClassName
{
background-color: #EED6C7;
}
.BgClassName
{
background-color: #EED6C7;
}
</style>
border-color css
<style>
span { border-color: #EED6C7; }
span { border-color: rgb(238,214,199); }
td.TdClassName
{
border-color: #EED6C7;
}
.TagClassName
{
border-color: #EED6C7;
}
</style>