Shades of Bizarre #EED3CA
Tints of Bizarre #EED3CA
RGB
CMYK
RGB Variations
Color information
#EED3CA (or 0xEED3CA) is known color: Bizarre. HEX triplet: EE, D3 and CA. RGB value is (238,211,202). Sum of RGB (Red+Green+Blue) = 238+211+202=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 211 (82.81% from 255 or 32.41% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 238 - color contains mainly: red. Hex color #EED3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED3CA is #112C35. Grayscale: #DADADA. Windows color (decimal): -1125430 or 13292526. OLE color: 13292526.
HSL color Cylindrical-coordinate representation of color #EED3CA: hue angle of 15º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EED3CA is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 202 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.07 |
| HSL | 15º | 0.51% | 0.86% | - |
| HSV(B) | 15º | 0.15% | 0.93% | - |
| XYZ | 69.21 | 69.03 | 65.55 | - |
| YUV | 218.05 | 118.95 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 202 | 0 | 0.11 | 0.15 | 0.07 | 15 | 0.51 | 0.86 |
| Hex | EE | D3 | CA | 0 | B | F | 7 | F | 33 | 56 |
| Octal | 356 | 323 | 312 | 0 | 13 | 17 | 7 | 17 | 63 | 126 |
| Binary | 11101110 | 11010011 | 11001010 | 0 | 1011 | 1111 | 111 | 1111 | 110011 | 1010110 |
Color Harmonies of #EED3CA
Complementary color
Monochromatic Colors of #EED3CA
Black with #EED3CA
Text Example
Text Example
White with #EED3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED3CA; }
p { color: rgb(238,211,202); }
H1.HeaderClassName
{
color: #EED3CA;
}
.AnyTagClassName
{
color: #EED3CA;
}
</style>
background-color css
<style>
a { background-color: #EED3CA; }
a { background-color: rgb(238,211,202); }
div.DivClassName
{
background-color: #EED3CA;
}
.BgClassName
{
background-color: #EED3CA;
}
</style>
border-color css
<style>
span { border-color: #EED3CA; }
span { border-color: rgb(238,211,202); }
td.TdClassName
{
border-color: #EED3CA;
}
.TagClassName
{
border-color: #EED3CA;
}
</style>