Shades of Bizarre #EFD2C7
Tints of Bizarre #EFD2C7
RGB
CMYK
RGB Variations
Color information
#EFD2C7 (or 0xEFD2C7) is known color: Bizarre. HEX triplet: EF, D2 and C7. RGB value is (239,210,199). Sum of RGB (Red+Green+Blue) = 239+210+199=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 210 (82.42% from 255 or 32.41% from 648); Blue value is 199 (78.12% from 255 or 30.71% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD2C7 is #102D38. Grayscale: #D9D9D9. Windows color (decimal): -1060153 or 13095663. OLE color: 13095663.
HSL color Cylindrical-coordinate representation of color #EFD2C7: hue angle of 16.5º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFD2C7 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 199 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.06 |
| HSL | 16.5º | 0.56% | 0.86% | - |
| HSV(B) | 16.5º | 0.17% | 0.94% | - |
| XYZ | 68.95 | 68.57 | 63.63 | - |
| YUV | 217.42 | 117.61 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 199 | 0 | 0.12 | 0.17 | 0.06 | 16.5 | 0.56 | 0.86 |
| Hex | EF | D2 | C7 | 0 | C | 11 | 6 | 10 | 38 | 56 |
| Octal | 357 | 322 | 307 | 0 | 14 | 21 | 6 | 20 | 70 | 126 |
| Binary | 11101111 | 11010010 | 11000111 | 0 | 1100 | 10001 | 110 | 10000 | 111000 | 1010110 |
Color Harmonies of #EFD2C7
Complementary color
Monochromatic Colors of #EFD2C7
Black with #EFD2C7
Text Example
Text Example
White with #EFD2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD2C7; }
p { color: rgb(239,210,199); }
H1.HeaderClassName
{
color: #EFD2C7;
}
.AnyTagClassName
{
color: #EFD2C7;
}
</style>
background-color css
<style>
a { background-color: #EFD2C7; }
a { background-color: rgb(239,210,199); }
div.DivClassName
{
background-color: #EFD2C7;
}
.BgClassName
{
background-color: #EFD2C7;
}
</style>
border-color css
<style>
span { border-color: #EFD2C7; }
span { border-color: rgb(239,210,199); }
td.TdClassName
{
border-color: #EFD2C7;
}
.TagClassName
{
border-color: #EFD2C7;
}
</style>