Shades of Azalea #EFBFC6
Tints of Azalea #EFBFC6
RGB
CMYK
RGB Variations
Color information
#EFBFC6 (or 0xEFBFC6) is known color: Azalea. HEX triplet: EF, BF and C6. RGB value is (239,191,198). Sum of RGB (Red+Green+Blue) = 239+191+198=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 198 (77.73% from 255 or 31.53% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFC6 is #104039. Grayscale: #CECECE. Windows color (decimal): -1065018 or 13025263. OLE color: 13025263.
HSL color Cylindrical-coordinate representation of color #EFBFC6: hue angle of 351.25º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFBFC6 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 191 | 198 | - |
CMYK | 0 | 0.20 | 0.17 | 0.06 |
HSL | 351.25º | 0.6% | 0.84% | - |
HSV(B) | 351.25º | 0.2% | 0.94% | - |
XYZ | 64.42 | 59.69 | 61.55 | - |
YUV | 206.15 | 123.4 | 151.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 191 | 198 | 0 | 0.20 | 0.17 | 0.06 | 351.25 | 0.6 | 0.84 |
Hex | EF | BF | C6 | 0 | 14 | 11 | 6 | 15F | 3C | 54 |
Octal | 357 | 277 | 306 | 0 | 24 | 21 | 6 | 537 | 74 | 124 |
Binary | 11101111 | 10111111 | 11000110 | 0 | 10100 | 10001 | 110 | 101011111 | 111100 | 1010100 |
Color Harmonies of #EFBFC6
Complementary color
Monochromatic Colors of #EFBFC6
Black with #EFBFC6
Text Example
Text Example
White with #EFBFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBFC6; }
p { color: rgb(239,191,198); }
H1.HeaderClassName
{
color: #EFBFC6;
}
.AnyTagClassName
{
color: #EFBFC6;
}
</style>
background-color css
<style>
a { background-color: #EFBFC6; }
a { background-color: rgb(239,191,198); }
div.DivClassName
{
background-color: #EFBFC6;
}
.BgClassName
{
background-color: #EFBFC6;
}
</style>
border-color css
<style>
span { border-color: #EFBFC6; }
span { border-color: rgb(239,191,198); }
td.TdClassName
{
border-color: #EFBFC6;
}
.TagClassName
{
border-color: #EFBFC6;
}
</style>