Shades of Bizarre #EED5C7
Tints of Bizarre #EED5C7
RGB
CMYK
RGB Variations
Color information
#EED5C7 (or 0xEED5C7) is known color: Bizarre. HEX triplet: EE, D5 and C7. RGB value is (238,213,199). Sum of RGB (Red+Green+Blue) = 238+213+199=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 213 (83.59% from 255 or 32.77% from 650); Blue value is 199 (78.12% from 255 or 30.62% from 650); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED5C7 is #112A38. Grayscale: #DADADA. Windows color (decimal): -1124921 or 13096430. OLE color: 13096430.
HSL color Cylindrical-coordinate representation of color #EED5C7: hue angle of 21.54º 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 #EED5C7 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 199 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.07 |
| HSL | 21.54º | 0.53% | 0.86% | - |
| HSV(B) | 21.54º | 0.16% | 0.93% | - |
| XYZ | 69.36 | 69.89 | 63.87 | - |
| YUV | 218.88 | 116.78 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 199 | 0 | 0.11 | 0.16 | 0.07 | 21.54 | 0.53 | 0.86 |
| Hex | EE | D5 | C7 | 0 | B | 10 | 7 | 16 | 35 | 56 |
| Octal | 356 | 325 | 307 | 0 | 13 | 20 | 7 | 26 | 65 | 126 |
| Binary | 11101110 | 11010101 | 11000111 | 0 | 1011 | 10000 | 111 | 10110 | 110101 | 1010110 |
Color Harmonies of #EED5C7
Complementary color
Monochromatic Colors of #EED5C7
Black with #EED5C7
Text Example
Text Example
White with #EED5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED5C7; }
p { color: rgb(238,213,199); }
H1.HeaderClassName
{
color: #EED5C7;
}
.AnyTagClassName
{
color: #EED5C7;
}
</style>
background-color css
<style>
a { background-color: #EED5C7; }
a { background-color: rgb(238,213,199); }
div.DivClassName
{
background-color: #EED5C7;
}
.BgClassName
{
background-color: #EED5C7;
}
</style>
border-color css
<style>
span { border-color: #EED5C7; }
span { border-color: rgb(238,213,199); }
td.TdClassName
{
border-color: #EED5C7;
}
.TagClassName
{
border-color: #EED5C7;
}
</style>