Shades of Bizarre #EFD3C7
Tints of Bizarre #EFD3C7
RGB
CMYK
RGB Variations
Color information
#EFD3C7 (or 0xEFD3C7) is known color: Bizarre. HEX triplet: EF, D3 and C7. RGB value is (239,211,199). Sum of RGB (Red+Green+Blue) = 239+211+199=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 211 (82.81% from 255 or 32.51% from 649); Blue value is 199 (78.12% from 255 or 30.66% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD3C7 is #102C38. Grayscale: #DADADA. Windows color (decimal): -1059897 or 13095919. OLE color: 13095919.
HSL color Cylindrical-coordinate representation of color #EFD3C7: hue angle of 18º 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 #EFD3C7 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 199 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.06 |
| HSL | 18º | 0.56% | 0.86% | - |
| HSV(B) | 18º | 0.17% | 0.94% | - |
| XYZ | 69.2 | 69.06 | 63.72 | - |
| YUV | 218 | 117.28 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 199 | 0 | 0.12 | 0.17 | 0.06 | 18 | 0.56 | 0.86 |
| Hex | EF | D3 | C7 | 0 | C | 11 | 6 | 12 | 38 | 56 |
| Octal | 357 | 323 | 307 | 0 | 14 | 21 | 6 | 22 | 70 | 126 |
| Binary | 11101111 | 11010011 | 11000111 | 0 | 1100 | 10001 | 110 | 10010 | 111000 | 1010110 |
Color Harmonies of #EFD3C7
Complementary color
Monochromatic Colors of #EFD3C7
Black with #EFD3C7
Text Example
Text Example
White with #EFD3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD3C7; }
p { color: rgb(239,211,199); }
H1.HeaderClassName
{
color: #EFD3C7;
}
.AnyTagClassName
{
color: #EFD3C7;
}
</style>
background-color css
<style>
a { background-color: #EFD3C7; }
a { background-color: rgb(239,211,199); }
div.DivClassName
{
background-color: #EFD3C7;
}
.BgClassName
{
background-color: #EFD3C7;
}
</style>
border-color css
<style>
span { border-color: #EFD3C7; }
span { border-color: rgb(239,211,199); }
td.TdClassName
{
border-color: #EFD3C7;
}
.TagClassName
{
border-color: #EFD3C7;
}
</style>