Shades of Bizarre #EED3C3
Tints of Bizarre #EED3C3
RGB
CMYK
RGB Variations
Color information
#EED3C3 (or 0xEED3C3) is known color: Bizarre. HEX triplet: EE, D3 and C3. RGB value is (238,211,195). Sum of RGB (Red+Green+Blue) = 238+211+195=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 211 (82.81% from 255 or 32.76% from 644); Blue value is 195 (76.56% from 255 or 30.28% from 644); Max value from RGB is 238 - color contains mainly: red. Hex color #EED3C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED3C3 is #112C3C. Grayscale: #D9D9D9. Windows color (decimal): -1125437 or 12833774. OLE color: 12833774.
HSL color Cylindrical-coordinate representation of color #EED3C3: hue angle of 22.33º 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 #EED3C3 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 195 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.07 |
| HSL | 22.33º | 0.56% | 0.85% | - |
| HSV(B) | 22.33º | 0.18% | 0.93% | - |
| XYZ | 68.4 | 68.71 | 61.29 | - |
| YUV | 217.25 | 115.45 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 195 | 0 | 0.11 | 0.18 | 0.07 | 22.33 | 0.56 | 0.85 |
| Hex | EE | D3 | C3 | 0 | B | 12 | 7 | 16 | 38 | 55 |
| Octal | 356 | 323 | 303 | 0 | 13 | 22 | 7 | 26 | 70 | 125 |
| Binary | 11101110 | 11010011 | 11000011 | 0 | 1011 | 10010 | 111 | 10110 | 111000 | 1010101 |
Color Harmonies of #EED3C3
Complementary color
Monochromatic Colors of #EED3C3
Black with #EED3C3
Text Example
Text Example
White with #EED3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED3C3; }
p { color: rgb(238,211,195); }
H1.HeaderClassName
{
color: #EED3C3;
}
.AnyTagClassName
{
color: #EED3C3;
}
</style>
background-color css
<style>
a { background-color: #EED3C3; }
a { background-color: rgb(238,211,195); }
div.DivClassName
{
background-color: #EED3C3;
}
.BgClassName
{
background-color: #EED3C3;
}
</style>
border-color css
<style>
span { border-color: #EED3C3; }
span { border-color: rgb(238,211,195); }
td.TdClassName
{
border-color: #EED3C3;
}
.TagClassName
{
border-color: #EED3C3;
}
</style>