Shades of Bizarre #EED1C3
Tints of Bizarre #EED1C3
RGB
CMYK
RGB Variations
Color information
#EED1C3 (or 0xEED1C3) is known color: Bizarre. HEX triplet: EE, D1 and C3. RGB value is (238,209,195). Sum of RGB (Red+Green+Blue) = 238+209+195=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 209 (82.03% from 255 or 32.55% from 642); Blue value is 195 (76.56% from 255 or 30.37% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED1C3 is #112E3C. Grayscale: #D8D8D8. Windows color (decimal): -1125949 or 12833262. OLE color: 12833262.
HSL color Cylindrical-coordinate representation of color #EED1C3: hue angle of 19.53º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EED1C3 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 195 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.07 |
| HSL | 19.53º | 0.56% | 0.85% | - |
| HSV(B) | 19.53º | 0.18% | 0.93% | - |
| XYZ | 67.91 | 67.72 | 61.12 | - |
| YUV | 216.08 | 116.11 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 195 | 0 | 0.12 | 0.18 | 0.07 | 19.53 | 0.56 | 0.85 |
| Hex | EE | D1 | C3 | 0 | C | 12 | 7 | 14 | 38 | 55 |
| Octal | 356 | 321 | 303 | 0 | 14 | 22 | 7 | 24 | 70 | 125 |
| Binary | 11101110 | 11010001 | 11000011 | 0 | 1100 | 10010 | 111 | 10100 | 111000 | 1010101 |
Color Harmonies of #EED1C3
Complementary color
Monochromatic Colors of #EED1C3
Black with #EED1C3
Text Example
Text Example
White with #EED1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED1C3; }
p { color: rgb(238,209,195); }
H1.HeaderClassName
{
color: #EED1C3;
}
.AnyTagClassName
{
color: #EED1C3;
}
</style>
background-color css
<style>
a { background-color: #EED1C3; }
a { background-color: rgb(238,209,195); }
div.DivClassName
{
background-color: #EED1C3;
}
.BgClassName
{
background-color: #EED1C3;
}
</style>
border-color css
<style>
span { border-color: #EED1C3; }
span { border-color: rgb(238,209,195); }
td.TdClassName
{
border-color: #EED1C3;
}
.TagClassName
{
border-color: #EED1C3;
}
</style>