Shades of Bizarre #EED3C7
Tints of Bizarre #EED3C7
RGB
CMYK
RGB Variations
Color information
#EED3C7 (or 0xEED3C7) is known color: Bizarre. HEX triplet: EE, D3 and C7. RGB value is (238,211,199). Sum of RGB (Red+Green+Blue) = 238+211+199=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 211 (82.81% from 255 or 32.56% from 648); Blue value is 199 (78.12% from 255 or 30.71% from 648); Max value from RGB is 238 - color contains mainly: red. Hex color #EED3C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED3C7 is #112C38. Grayscale: #D9D9D9. Windows color (decimal): -1125433 or 13095918. OLE color: 13095918.
HSL color Cylindrical-coordinate representation of color #EED3C7: hue angle of 18.46º 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 #EED3C7 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 199 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.07 |
| HSL | 18.46º | 0.53% | 0.86% | - |
| HSV(B) | 18.46º | 0.16% | 0.93% | - |
| XYZ | 68.86 | 68.89 | 63.7 | - |
| YUV | 217.71 | 117.45 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 199 | 0 | 0.11 | 0.16 | 0.07 | 18.46 | 0.53 | 0.86 |
| Hex | EE | D3 | C7 | 0 | B | 10 | 7 | 12 | 35 | 56 |
| Octal | 356 | 323 | 307 | 0 | 13 | 20 | 7 | 22 | 65 | 126 |
| Binary | 11101110 | 11010011 | 11000111 | 0 | 1011 | 10000 | 111 | 10010 | 110101 | 1010110 |
Color Harmonies of #EED3C7
Complementary color
Monochromatic Colors of #EED3C7
Black with #EED3C7
Text Example
Text Example
White with #EED3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED3C7; }
p { color: rgb(238,211,199); }
H1.HeaderClassName
{
color: #EED3C7;
}
.AnyTagClassName
{
color: #EED3C7;
}
</style>
background-color css
<style>
a { background-color: #EED3C7; }
a { background-color: rgb(238,211,199); }
div.DivClassName
{
background-color: #EED3C7;
}
.BgClassName
{
background-color: #EED3C7;
}
</style>
border-color css
<style>
span { border-color: #EED3C7; }
span { border-color: rgb(238,211,199); }
td.TdClassName
{
border-color: #EED3C7;
}
.TagClassName
{
border-color: #EED3C7;
}
</style>