Shades of Bizarre #EED1C7
Tints of Bizarre #EED1C7
RGB
CMYK
RGB Variations
Color information
#EED1C7 (or 0xEED1C7) is known color: Bizarre. HEX triplet: EE, D1 and C7. RGB value is (238,209,199). Sum of RGB (Red+Green+Blue) = 238+209+199=646 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.84% from 646); Green value is 209 (82.03% from 255 or 32.35% from 646); Blue value is 199 (78.12% from 255 or 30.80% from 646); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED1C7 is #112E38. Grayscale: #D8D8D8. Windows color (decimal): -1125945 or 13095406. OLE color: 13095406.
HSL color Cylindrical-coordinate representation of color #EED1C7: hue angle of 15.38º 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 #EED1C7 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 199 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.07 |
| HSL | 15.38º | 0.53% | 0.86% | - |
| HSV(B) | 15.38º | 0.16% | 0.93% | - |
| XYZ | 68.37 | 67.9 | 63.54 | - |
| YUV | 216.53 | 118.11 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 199 | 0 | 0.12 | 0.16 | 0.07 | 15.38 | 0.53 | 0.86 |
| Hex | EE | D1 | C7 | 0 | C | 10 | 7 | F | 35 | 56 |
| Octal | 356 | 321 | 307 | 0 | 14 | 20 | 7 | 17 | 65 | 126 |
| Binary | 11101110 | 11010001 | 11000111 | 0 | 1100 | 10000 | 111 | 1111 | 110101 | 1010110 |
Color Harmonies of #EED1C7
Complementary color
Monochromatic Colors of #EED1C7
Black with #EED1C7
Text Example
Text Example
White with #EED1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED1C7; }
p { color: rgb(238,209,199); }
H1.HeaderClassName
{
color: #EED1C7;
}
.AnyTagClassName
{
color: #EED1C7;
}
</style>
background-color css
<style>
a { background-color: #EED1C7; }
a { background-color: rgb(238,209,199); }
div.DivClassName
{
background-color: #EED1C7;
}
.BgClassName
{
background-color: #EED1C7;
}
</style>
border-color css
<style>
span { border-color: #EED1C7; }
span { border-color: rgb(238,209,199); }
td.TdClassName
{
border-color: #EED1C7;
}
.TagClassName
{
border-color: #EED1C7;
}
</style>