Shades of Bizarre #EED4CA
Tints of Bizarre #EED4CA
RGB
CMYK
RGB Variations
Color information
#EED4CA (or 0xEED4CA) is known color: Bizarre. HEX triplet: EE, D4 and CA. RGB value is (238,212,202). Sum of RGB (Red+Green+Blue) = 238+212+202=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 212 (83.20% from 255 or 32.52% from 652); Blue value is 202 (79.30% from 255 or 30.98% from 652); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED4CA is #112B35. Grayscale: #DADADA. Windows color (decimal): -1125174 or 13292782. OLE color: 13292782.
HSL color Cylindrical-coordinate representation of color #EED4CA: hue angle of 16.67º 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 #EED4CA is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 202 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.07 |
| HSL | 16.67º | 0.51% | 0.86% | - |
| HSV(B) | 16.67º | 0.15% | 0.93% | - |
| XYZ | 69.46 | 69.53 | 65.64 | - |
| YUV | 218.63 | 118.61 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 202 | 0 | 0.11 | 0.15 | 0.07 | 16.67 | 0.51 | 0.86 |
| Hex | EE | D4 | CA | 0 | B | F | 7 | 11 | 33 | 56 |
| Octal | 356 | 324 | 312 | 0 | 13 | 17 | 7 | 21 | 63 | 126 |
| Binary | 11101110 | 11010100 | 11001010 | 0 | 1011 | 1111 | 111 | 10001 | 110011 | 1010110 |
Color Harmonies of #EED4CA
Complementary color
Monochromatic Colors of #EED4CA
Black with #EED4CA
Text Example
Text Example
White with #EED4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED4CA; }
p { color: rgb(238,212,202); }
H1.HeaderClassName
{
color: #EED4CA;
}
.AnyTagClassName
{
color: #EED4CA;
}
</style>
background-color css
<style>
a { background-color: #EED4CA; }
a { background-color: rgb(238,212,202); }
div.DivClassName
{
background-color: #EED4CA;
}
.BgClassName
{
background-color: #EED4CA;
}
</style>
border-color css
<style>
span { border-color: #EED4CA; }
span { border-color: rgb(238,212,202); }
td.TdClassName
{
border-color: #EED4CA;
}
.TagClassName
{
border-color: #EED4CA;
}
</style>